| Package | Description | 
|---|---|
| org.springframework.boot.cloud | 
 Low level support for Cloud deployments. 
 | 
| org.springframework.boot.context.config | 
 External configuration support allowing 'application.properties' to be loaded and used
 within a Spring Boot application. 
 | 
| org.springframework.boot.devtools.env | 
 DevTools classes relating to Spring Framework's
  
Environment. | 
| org.springframework.boot.env | 
 Spring  
Environment support. | 
| org.springframework.boot.reactor | 
 Support classes for Reactor integration. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CloudFoundryVcapEnvironmentPostProcessor
An  
EnvironmentPostProcessor that knows where to find VCAP (a.k.a. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfigDataEnvironmentPostProcessor
 | 
class  | 
ConfigFileApplicationListener
Deprecated. 
 
since 2.4.0 for removal in 3.0.0 in favor of
  
ConfigDataEnvironmentPostProcessor | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DevToolsHomePropertiesPostProcessor
EnvironmentPostProcessor to add devtools properties from the user's home
 directory. | 
class  | 
DevToolsPropertyDefaultsPostProcessor
EnvironmentPostProcessor to add properties that make sense when working at
 development time. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RandomValuePropertySourceEnvironmentPostProcessor
EnvironmentPostProcessor to add the RandomValuePropertySource. | 
class  | 
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. | 
class  | 
SystemEnvironmentPropertySourceEnvironmentPostProcessor
An  
EnvironmentPostProcessor that replaces the systemEnvironment
 SystemEnvironmentPropertySource with an
 SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource that can track the
 SystemEnvironmentOrigin for every system environment property. | 
| Modifier and Type | Method and Description | 
|---|---|
List<EnvironmentPostProcessor> | 
EnvironmentPostProcessorsFactory.getEnvironmentPostProcessors(DeferredLogFactory logFactory,
                            ConfigurableBootstrapContext bootstrapContext)
Create all requested  
EnvironmentPostProcessor instances. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DebugAgentEnvironmentPostProcessor
EnvironmentPostProcessor to enable the Reactor Debug Agent if available. |