Class GenieDefaultPropertiesPostProcessor
java.lang.Object
com.netflix.genie.agent.spring.processors.GenieDefaultPropertiesPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class GenieDefaultPropertiesPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
Adds default properties to the Spring environment before application refresh.
- Since:
- 4.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessEnvironment
(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
GenieDefaultPropertiesPostProcessor
public GenieDefaultPropertiesPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironment
in interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-