Class SettingsLocationEnvironmentPostProcessor

java.lang.Object
org.bidib.wizard.client.spring.SettingsLocationEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered

public class SettingsLocationEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    SettingsLocationEnvironmentPostProcessor(org.springframework.boot.logging.DeferredLogFactory logFactory, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext)
     
    SettingsLocationEnvironmentPostProcessor(org.springframework.boot.logging.DeferredLogFactory logFactory, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext, org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener environmentUpdateListener)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    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 Details

  • Constructor Details

    • SettingsLocationEnvironmentPostProcessor

      public SettingsLocationEnvironmentPostProcessor(org.springframework.boot.logging.DeferredLogFactory logFactory, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext)
    • SettingsLocationEnvironmentPostProcessor

      public SettingsLocationEnvironmentPostProcessor(org.springframework.boot.logging.DeferredLogFactory logFactory, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext, org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener environmentUpdateListener)
  • 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, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor