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.
|
PropertiesPropertySourceLoader |
Strategy to load '.properties' files into a
PropertySource . |
PropertySourcesLoader |
Utility that can be used to
MutablePropertySources using
PropertySourceLoader s. |
SpringApplicationJsonEnvironmentPostProcessor |
An
EnvironmentPostProcessor that parses JSON from
spring.application.json or equivalently SPRING_APPLICATION_JSON and
adds it as a map property source to the Environment . |
YamlPropertySourceLoader |
Strategy to load '.yml' (or '.yaml') files into a
PropertySource . |
Environment
support.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.