Package-level declarations
External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
See also
Types
Link copied to clipboard
An ApplicationListener that configures AnsiOutput depending on the value of the property
spring.output.ansi.enabled
.Link copied to clipboard
class ConfigData
Configuration data that has been loaded from a ConfigDataResource and may ultimately contribute property sources to Spring's Environment.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Abstract base class for configuration data exceptions.
Link copied to clipboard
Strategy class that can be used to load ConfigData for a given ConfigDataResource.
Link copied to clipboard
interface ConfigDataLoaderContext
Context provided to ConfigDataLoader methods.
Link copied to clipboard
A user specified location that can be resolved to one or more config data resources.
Link copied to clipboard
ConfigDataNotFoundException thrown when a ConfigDataLocation cannot be found.
Link copied to clipboard
Link copied to clipboard
interface ConfigDataLocationResolverContext
Context provided to ConfigDataLocationResolver methods.
Link copied to clipboard
Action to take when an uncaught ConfigDataNotFoundException is thrown.
Link copied to clipboard
ConfigDataNotFoundException thrown when a ConfigData cannot be found.
Link copied to clipboard
A single resource from which ConfigData can be loaded.
Link copied to clipboard
ConfigDataNotFoundException thrown when a ConfigDataResource cannot be found.
Link copied to clipboard
ConfigDataLoader for config tree locations.
Link copied to clipboard
ConfigDataLocationResolver for config tree locations.
Link copied to clipboard
ConfigDataResource backed by a config tree directory.
Link copied to clipboard
Exception thrown when an attempt is made to resolve a property against an inactive ConfigData property source.
Link copied to clipboard
Exception thrown if an invalid property is found when processing config data.
Link copied to clipboard
Provides access to environment profiles that have either been set directly on the Environment or will be set based on configuration data property values.
Link copied to clipboard
ConfigDataLoader for Resource backed locations.
Link copied to clipboard
ConfigDataLocationResolver for standard locations.
Link copied to clipboard
ConfigDataResource backed by a Resource.
Link copied to clipboard
Exception throw if a ConfigDataLocation is not supported.