Package | Description |
---|---|
org.springframework.boot.configurationmetadata |
Spring Boot configuration meta-data parser.
|
Class and Description |
---|
ConfigurationMetadataGroup
Gather a collection of
properties that are
sharing a common prefix . |
ConfigurationMetadataProperty
Define a configuration property.
|
ConfigurationMetadataRepository
A repository of configuration metadata.
|
ConfigurationMetadataRepositoryJsonBuilder
Load a
ConfigurationMetadataRepository from the content of arbitrary
resource(s). |
ConfigurationMetadataSource
A source of configuration metadata.
|
Deprecation
Indicate that a property is deprecated.
|
Deprecation.Level
Define the deprecation level.
|
Hints
Hints of an item to provide the list of values and/or the name of the provider
responsible to identify suitable values.
|
ValueHint
Hint for a value a given property may have.
|
ValueProvider
Define a component that is able to provide the values of a property.
|