Class IridaEnvironmentPostProcessor

  • All Implemented Interfaces:
    org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered

    public class IridaEnvironmentPostProcessor
    extends java.lang.Object
    implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
    EnvironmentPostProcessor to translate deprecated properties into valid properties.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ORDER
      The default order for the processor.
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOrder()  
      void postProcessEnvironment​(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ORDER

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

      • IridaEnvironmentPostProcessor

        public IridaEnvironmentPostProcessor​(org.apache.commons.logging.Log logger)
    • Method Detail

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

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