Class FlowableDefaultPropertiesEnvironmentPostProcessor
java.lang.Object
com.flowable.spring.boot.environment.FlowableDefaultPropertiesEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
,org.springframework.core.Ordered
public class FlowableDefaultPropertiesEnvironmentPostProcessor
extends java.lang.Object
implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_ORDER
-
Constructor Summary
Constructors Constructor Description FlowableDefaultPropertiesEnvironmentPostProcessor()
-
Method Summary
Modifier and Type Method Description int
getOrder()
void
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Field Details
-
DEFAULT_ORDER
public static final int DEFAULT_ORDER- See Also:
- Constant Field Values
-
-
Constructor Details
-
FlowableDefaultPropertiesEnvironmentPostProcessor
public FlowableDefaultPropertiesEnvironmentPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)- Specified by:
postProcessEnvironment
in interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-