Class CachedRandomPropertySourceEnvironmentPostProcessor
java.lang.Object
org.springframework.cloud.util.random.CachedRandomPropertySourceEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.EnvironmentPostProcessor, org.springframework.core.Ordered
@Configuration(proxyBeanMethods=false)
public class CachedRandomPropertySourceEnvironmentPostProcessor
extends Object
implements org.springframework.boot.EnvironmentPostProcessor, org.springframework.core.Ordered
- Author:
- Ryan Baxter
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()voidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
CachedRandomPropertySourceEnvironmentPostProcessor
public CachedRandomPropertySourceEnvironmentPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.EnvironmentPostProcessor
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-