Class RecommendationEngineEnvironmentPostProcessor
java.lang.Object
com.broadleafcommerce.recommendationengine.autoconfigure.RecommendationEngineEnvironmentPostProcessor
- All Implemented Interfaces:
 org.springframework.boot.env.EnvironmentPostProcessor
public class RecommendationEngineEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
Default overrides from Spring
- Author:
 - Kelly Tisdell (ktisdell)
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)  
- 
Constructor Details
- 
RecommendationEngineEnvironmentPostProcessor
public RecommendationEngineEnvironmentPostProcessor() 
 - 
 - 
Method Details
- 
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
 postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
 
 -