Package org.bidib.wizard.client.spring
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 intORDER
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()voidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
-
-
Field Detail
-
ORDER
public static final int ORDER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)- Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-
-