Class ConfigurationMetadataGroup

java.lang.Object
org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
All Implemented Interfaces:
Serializable

public class ConfigurationMetadataGroup extends Object implements 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 Details

    • ConfigurationMetadataGroup

      public ConfigurationMetadataGroup(String id)
  • Method Details