See: Description
| Interface | Description |
|---|---|
| ConfigDataLoader<L extends ConfigDataLocation> |
Strategy class that can be used used to load
ConfigData instances from a
location. |
| ConfigDataLoaderContext |
Context provided to
ConfigDataLoader methods. |
| ConfigDataLocationResolver<L extends ConfigDataLocation> |
Strategy interface used to resolve
locations from a String
based location address. |
| ConfigDataLocationResolverContext |
Context provided to
ConfigDataLocationResolver methods. |
| Class | Description |
|---|---|
| AnsiOutputApplicationListener |
An
ApplicationListener that configures AnsiOutput depending on the
value of the property spring.output.ansi.enabled. |
| ConfigData |
Configuration data that has been loaded from an external
location and may ultimately contribute property sources to
Spring's Environment. |
| ConfigDataEnvironmentPostProcessor | |
| ConfigDataLocation |
A location from which
ConfigData can be loaded. |
| ConfigFileApplicationListener | Deprecated
since 2.4.0 in favor of
ConfigDataEnvironmentPostProcessor |
| DelegatingApplicationContextInitializer |
ApplicationContextInitializer that delegates to other initializers that are
specified under a context.initializer.classes environment property. |
| DelegatingApplicationListener |
ApplicationListener that delegates to other listeners that are specified under
a context.listener.classes environment property. |
| Profiles |
Provides access to environment profiles that have either been set directly on the
Environment or will be set based on configuration data property values. |
| Enum | Description |
|---|---|
| ConfigData.Option |
Option flags that can be applied config data.
|
| ConfigDataLocationNotFoundAction |
Action to take when an uncaught
ConfigDataLocationNotFoundException is thrown. |
| Exception | Description |
|---|---|
| ConfigDataException |
Abstract base class for configuration data exceptions.
|
| ConfigDataLocationNotFoundException |
Exception thrown when a config data location cannot be found.
|
| InactiveConfigDataAccessException |
Exception thrown when an attempt is made to resolve a property against an inactive
ConfigData property source. |
| InvalidConfigDataPropertyException |
Exception thrown if an invalid property is found when processing config data.
|
| UnsupportedConfigDataLocationException |
Exception throw if a
ConfigDataLocation is not supported. |
ConfigDataEnvironmentPostProcessor