org.springframework.boot.env

Class RandomValuePropertySourceEnvironmentPostProcessor

  • java.lang.Object
    • org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
    • Field Detail

      • ORDER

        public static final int ORDER
        The default order of this post-processor.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RandomValuePropertySourceEnvironmentPostProcessor

        public RandomValuePropertySourceEnvironmentPostProcessor(org.apache.commons.logging.Log logger)
        Parameters:
        logger - the logger to use
    • Method Detail

      • 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