- java.lang.Object
-
- org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static int |
DEFAULT_ORDER
The default order for the processor.
|
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
SpringApplication application)
Post-process the given environment
.
- Specified by:
postProcessEnvironment
in interface EnvironmentPostProcessor
- Parameters:
environment
- the environment to post-process
application
- the application to which the environment belongs
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interface org.springframework.core.Ordered
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.