Interface | Description |
---|---|
ConfigTreePropertySource.Value |
A value returned from the property source which exposes the contents of the
property file.
|
EnvironmentPostProcessor |
Allows for customization of the application's
Environment prior to the
application context being refreshed. |
EnvironmentPostProcessorsFactory |
Factory interface used by the
EnvironmentPostProcessorApplicationListener to
create the EnvironmentPostProcessor instances. |
PropertySourceLoader |
Strategy interface located via
SpringFactoriesLoader and used to load a
PropertySource . |
Enum | Description |
---|---|
ConfigTreePropertySource.Option |
Property source options.
|
Environment
support.