Class ConfigurationMetadataGroup
java.lang.Object
org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
- All Implemented Interfaces:
Serializable
Gather a collection of
properties that are
sharing a common prefix. Provide access to all the
sources that have contributed properties to the
group.- Since:
- 1.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Return the id of the group, used as a common prefix for all properties associated to it.Return thepropertiesdefined in this group.Return thesourcesdefining the properties of this group.
-
Constructor Details
-
ConfigurationMetadataGroup
-
-
Method Details
-
getId
Return the id of the group, used as a common prefix for all properties associated to it.- Returns:
- the id of the group
-
getSources
Return thesourcesdefining the properties of this group.- Returns:
- the sources of the group
-
getProperties
Return thepropertiesdefined in this group.A property may appear more than once for a given source, potentially with conflicting type or documentation. This is a "merged" view of the properties of this group.
- Returns:
- the properties of the group
- See Also:
-