org.springframework.boot.env

Class SpringApplicationJsonEnvironmentPostProcessor

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

      • DEFAULT_ORDER

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

      • SpringApplicationJsonEnvironmentPostProcessor

        public SpringApplicationJsonEnvironmentPostProcessor()
    • Method Detail

      • getOrder

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

        public void setOrder(int order)
      • 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

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