public class SystemEnvironmentPropertySourceEnvironmentPostProcessor extends Object implements EnvironmentPostProcessor, org.springframework.core.Ordered
EnvironmentPostProcessor that replaces the systemEnvironment
 SystemEnvironmentPropertySource with an
 SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource that can track the
 SystemEnvironmentOrigin for every system environment property.| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySourceSystemEnvironmentPropertySourcethat also tracksOrigin. | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | DEFAULT_ORDERThe default order for the processor. | 
| Constructor and Description | 
|---|
| SystemEnvironmentPropertySourceEnvironmentPostProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getOrder() | 
| void | postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                      SpringApplication application)Post-process the given  environment. | 
| void | setOrder(int order) | 
public static final int DEFAULT_ORDER
public SystemEnvironmentPropertySourceEnvironmentPostProcessor()
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                                   SpringApplication application)
EnvironmentPostProcessorenvironment.postProcessEnvironment in interface EnvironmentPostProcessorenvironment - the environment to post-processapplication - the application to which the environment belongspublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.