Package | Description |
---|---|
org.springframework.boot.configurationmetadata |
Spring Boot configuration meta-data parser.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConfigurationMetadataRepository
The default
ConfigurationMetadataRepository implementation. |
Modifier and Type | Method and Description |
---|---|
ConfigurationMetadataRepository |
ConfigurationMetadataRepositoryJsonBuilder.build()
Build a
ConfigurationMetadataRepository with the current state of this
builder. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConfigurationMetadataRepository.include(ConfigurationMetadataRepository repository)
Merge the content of the specified repository to this repository.
|