| Package | Description |
|---|---|
| org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigDataLoader<L extends ConfigDataLocation>
Strategy class that can be used used to load
ConfigData instances from a
location. |
interface |
ConfigDataLocationResolver<L extends ConfigDataLocation>
Strategy interface used to resolve
locations from a String
based location address. |
| Modifier and Type | Method and Description |
|---|---|
ConfigDataLocation |
InactiveConfigDataAccessException.getLocation()
Return the
ConfigDataLocation of the property source or null if the
source was not loaded from ConfigData. |
ConfigDataLocation |
InvalidConfigDataPropertyException.getLocation()
Return the
ConfigDataLocation of the invalid property or null if
the source was not loaded from ConfigData. |
ConfigDataLocation |
ConfigDataLocationResolverContext.getParent()
Provides access to the parent location that triggered the resolve or
null
if there is no available parent. |