Package | Description |
---|---|
org.springframework.boot.configurationmetadata |
Spring Boot configuration meta-data parser.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationMetadataSource> |
ConfigurationMetadataGroup.getSources()
Return the
sources defining the properties of
this group. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConfigurationMetadataRepository.add(ConfigurationMetadataProperty property,
ConfigurationMetadataSource source)
Add a
ConfigurationMetadataProperty with the
source that defines it, if any. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConfigurationMetadataRepository.add(Collection<ConfigurationMetadataSource> sources)
Register the specified
sources . |