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 | Method and Description |
---|---|
ConfigData |
ConfigTreeConfigDataLoader.load(ConfigDataLoaderContext context,
ConfigTreeConfigDataResource resource) |
ConfigData |
ConfigDataLoader.load(ConfigDataLoaderContext context,
R resource)
Load
ConfigData for the given resource. |
List<R> |
ConfigDataLocationResolver.resolve(ConfigDataLocationResolverContext context,
ConfigDataLocation location)
Resolve a
ConfigDataLocation into one or more ConfigDataResource
instances. |