See: Description
Interface | Description |
---|---|
ConfigData.PropertySourceOptions |
Strategy interface used to supply
ConfigData.Options for a given
PropertySource . |
ConfigDataEnvironmentUpdateListener | |
ConfigDataLoader<R extends ConfigDataResource> |
Strategy class that can be used used to load
ConfigData for a given
ConfigDataResource . |
ConfigDataLoaderContext |
Context provided to
ConfigDataLoader methods. |
ConfigDataLocationResolver<R extends ConfigDataResource> | |
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 a
ConfigDataResource and may
ultimately contribute property sources to Spring's
Environment . |
ConfigData.Options |
A set of
ConfigData.Option flags. |
ConfigDataEnvironmentPostProcessor | |
ConfigDataLocation |
A user specified location that can be
resolved to
one or more config data resources . |
ConfigDataResource |
A single resource from which
ConfigData can be loaded. |
ConfigFileApplicationListener | Deprecated
since 2.4.0 for removal in 2.6.0 in favor of
ConfigDataEnvironmentPostProcessor |
ConfigTreeConfigDataLoader |
ConfigDataLoader for config tree locations. |
ConfigTreeConfigDataLocationResolver |
ConfigDataLocationResolver for config tree locations. |
ConfigTreeConfigDataResource |
ConfigDataResource backed by a config tree directory. |
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. |
StandardConfigDataLoader |
ConfigDataLoader for Resource backed locations. |
StandardConfigDataLocationResolver |
ConfigDataLocationResolver for standard locations. |
StandardConfigDataResource |
ConfigDataResource backed by a Resource . |
Enum | Description |
---|---|
ConfigData.Option |
Option flags that can be applied.
|
ConfigDataNotFoundAction |
Action to take when an uncaught
ConfigDataNotFoundException is thrown. |
Exception | Description |
---|---|
ConfigDataException |
Abstract base class for configuration data exceptions.
|
ConfigDataLocationNotFoundException |
ConfigDataNotFoundException thrown when a ConfigDataLocation cannot be
found. |
ConfigDataNotFoundException |
ConfigDataNotFoundException thrown when a ConfigData cannot be found. |
ConfigDataResourceNotFoundException |
ConfigDataNotFoundException thrown when a ConfigDataResource 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