Interface | Description |
---|---|
EnvironmentPostProcessor |
Allows for customization of the application's
Environment prior to the
application context being refreshed. |
PropertySourceLoader |
Strategy interface located via
SpringFactoriesLoader and used to load a
PropertySource . |
Class | Description |
---|---|
EnumerableCompositePropertySource |
An mutable, enumerable, composite property source.
|
EnvironmentPostProcessingApplicationListener |
An
ApplicationListener that responds to an
ApplicationEnvironmentPreparedEvent and calls all
EnvironmentPostProcessors that are available via
spring.factories . |
PropertiesPropertySourceLoader |
Strategy to load '.properties' files into a
PropertySource . |
PropertySourcesLoader |
Utility that can be used to
MutablePropertySources using
PropertySourceLoader s. |
YamlPropertySourceLoader |
Strategy to load '.yml' (or '.yaml') files into a
PropertySource . |
Environment
support.Copyright © 2015 Pivotal Software, Inc.. All rights reserved.