Package | Description |
---|---|
org.springframework.boot.context.properties.bind |
Support for
@ConfigurationProperties binding. |
org.springframework.boot.context.properties.source |
Sources for external configuration properties.
|
org.springframework.boot.origin |
Support for item origin tracking.
|
Modifier and Type | Class and Description |
---|---|
class |
BindException
Exception thrown when binding fails.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationProperty
A single configuration property obtained from a
ConfigurationPropertySource
consisting of a name , value and optional
origin . |
Modifier and Type | Class and Description |
---|---|
class |
OriginTrackedResource
|
static class |
OriginTrackedResource.OriginTrackedWritableResource
Variant of
OriginTrackedResource for WritableResource instances. |
class |
OriginTrackedValue
|