Class RandomValuePropertySourceEnvironmentPostProcessor

java.lang.Object
org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
All Implemented Interfaces:
EnvironmentPostProcessor, org.springframework.core.Ordered

public class RandomValuePropertySourceEnvironmentPostProcessor extends Object implements EnvironmentPostProcessor, org.springframework.core.Ordered
Since:
2.4.0
  • Field Details

    • ORDER

      public static final int ORDER
      The default order of this post-processor.
      See Also:
  • Constructor Details

  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application)
      Description copied from interface: EnvironmentPostProcessor
      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