Package | Description |
---|---|
org.springframework.boot.context.properties |
Support for external configuration properties.
|
org.springframework.boot.context.properties.bind |
Support for
@ConfigurationProperties binding. |
org.springframework.boot.context.properties.bind.handler |
General
BindHandler implementations. |
org.springframework.boot.context.properties.bind.validation |
Binding validation support.
|
org.springframework.boot.context.properties.source |
Sources for external configuration properties.
|
Class and Description |
---|
ConfigurationProperty
A single configuration property obtained from a
ConfigurationPropertySource
consisting of a name , value and optional
origin . |
ConfigurationPropertyName
A configuration property name composed of elements separated by dots.
|
Class and Description |
---|
ConfigurationProperty
A single configuration property obtained from a
ConfigurationPropertySource
consisting of a name , value and optional
origin . |
ConfigurationPropertyName
A configuration property name composed of elements separated by dots.
|
ConfigurationPropertySource
A source of
ConfigurationProperties . |
Class and Description |
---|
ConfigurationPropertyName
A configuration property name composed of elements separated by dots.
|
ConfigurationPropertySource
A source of
ConfigurationProperties . |
Class and Description |
---|
ConfigurationProperty
A single configuration property obtained from a
ConfigurationPropertySource
consisting of a name , value and optional
origin . |
ConfigurationPropertyName
A configuration property name composed of elements separated by dots.
|
Class and Description |
---|
ConfigurationProperty
A single configuration property obtained from a
ConfigurationPropertySource
consisting of a name , value and optional
origin . |
ConfigurationPropertyCaching
Interface that can be used to control configuration property source caches.
|
ConfigurationPropertyName
A configuration property name composed of elements separated by dots.
|
ConfigurationPropertyName.Form
The various forms that a non-indexed element value can take.
|
ConfigurationPropertyNameAliases
Maintains a mapping of
ConfigurationPropertyName aliases. |
ConfigurationPropertySource
A source of
ConfigurationProperties . |
ConfigurationPropertyState
The state of content from a
ConfigurationPropertySource . |
IterableConfigurationPropertySource
A
ConfigurationPropertySource with a fully Iterable set of entries. |