Class ScheduledJobDefaultsEnvironmentPostProcessor
java.lang.Object
com.broadleafcommerce.scheduledjob.autoconfigure.ScheduledJobDefaultsEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class ScheduledJobDefaultsEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
- Author:
- Chad Harchar (charchar)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessEnvironment
(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
ScheduledJobDefaultsEnvironmentPostProcessor
public ScheduledJobDefaultsEnvironmentPostProcessor()
-
-
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
-