org.springframework.boot.env

Class SystemEnvironmentPropertySourceEnvironmentPostProcessor

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

      • DEFAULT_ORDER

        public static final int DEFAULT_ORDER
        The default order for the processor.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SystemEnvironmentPropertySourceEnvironmentPostProcessor

        public SystemEnvironmentPropertySourceEnvironmentPostProcessor()
    • Method Detail

      • 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
      • getOrder

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

        public void setOrder(int order)

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.