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 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 interface org.springframework.boot.env.EnvironmentPostProcessor