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 |
---|---|
OriginTrackedMapPropertySource | |
PropertiesPropertySourceLoader |
Strategy to load '.properties' files into a
PropertySource . |
RandomValuePropertySource |
PropertySource that returns a random value for any property that starts with
"random.". |
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 . |
SystemEnvironmentPropertySourceEnvironmentPostProcessor |
An
EnvironmentPostProcessor that replaces the systemEnvironment
SystemEnvironmentPropertySource with an
SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource that can track the
SystemEnvironmentOrigin for every system environment property. |
SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource |
SystemEnvironmentPropertySource that also tracks Origin . |
YamlPropertySourceLoader |
Strategy to load '.yml' (or '.yaml') files into a
PropertySource . |
Environment
support.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.