| Package | Description | 
|---|---|
| org.springframework.boot.context.config | 
 External configuration support allowing 'application.properties' to be loaded and used
 within a Spring Boot application. 
 | 
| 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  | 
ConfigDataLocation
A user specified location that can be  
resolved to
 one or more config data resources. | 
class  | 
ConfigDataLocationNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataLocation cannot be
 found. | 
class  | 
ConfigDataNotFoundException
ConfigDataNotFoundException thrown when a ConfigData cannot be found. | 
class  | 
ConfigDataResourceNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataResource cannot be
 found. | 
| 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
 |