Modifier and Type | Field and Description |
---|---|
protected Profiles |
PropertyInfoImpl.profiles |
protected Profiles |
ClassInfoImpl.profiles |
Modifier and Type | Method and Description |
---|---|
Profiles |
PropertyInfoImpl.profiles()
WARNING: This method is intended to be "final", but not actually declared
as such.
|
Profiles |
PropertyInfo.profiles() |
Profiles |
ClassInfoImpl.profiles()
WARNING: This method is intended to be "final", but not actually declared
as such.
|
Profiles |
ClassInfo.profiles() |
Modifier and Type | Method and Description |
---|---|
void |
GenericPropertyInfo.setProfiles(Profiles profiles) |
void |
GenericClassInfo.setProfiles(Profiles profiles) |
Modifier and Type | Method and Description |
---|---|
Profiles |
ProfilesContentHandler.getProfiles() |
Modifier and Type | Method and Description |
---|---|
Profiles |
Profiles.createCopy() |
static Profiles |
Profiles.parse(String profilesString,
boolean isProfilesFromConfig) |
Modifier and Type | Method and Description |
---|---|
boolean |
Profiles.contains(Profiles other,
List<String> messages) |
boolean |
Profiles.contains(String ownerName,
Profiles otherProfiles,
String otherOwnerName,
boolean isExplicitProfileSettings,
boolean profileInheritance,
List<String> messages)
Checks if this set of profiles contains another set of profiles.
|
static void |
ProfileUtil.convertToExplicitProfileDefinitions(GenericModel genModel,
Profiles profilesForClassesBelongingToAllProfiles,
Pattern schemaNameRegex,
boolean convertWholeModel) |
void |
Profiles.put(Profiles profiles)
Adds the given profiles to this set of profiles.
|
Copyright © 2018. All rights reserved.