Class IntegrationSimpleEvaluationContextFactoryBean
java.lang.Object
org.springframework.integration.config.AbstractEvaluationContextFactoryBean
org.springframework.integration.config.IntegrationSimpleEvaluationContextFactoryBean
- All Implemented Interfaces:
- Aware,- FactoryBean<SimpleEvaluationContext>,- InitializingBean,- ApplicationContextAware
public class IntegrationSimpleEvaluationContextFactoryBean
extends AbstractEvaluationContextFactoryBean
implements FactoryBean<SimpleEvaluationContext>
 FactoryBean to populate SimpleEvaluationContext instances enhanced with:
 
- 
 a TypeConverterbased on theConversionServicefrom the application context.
- 
 a set of provided PropertyAccessors including a defaultMapAccessor.
- a set of provided SpEL functions.
 After initialization this factory populates functions and property accessors from
 SpelFunctionFactoryBeans and
 SpelPropertyAccessorRegistrar,
 respectively.
 Functions and property accessors are also inherited from any parent context.
 
 This factory returns a new instance for each reference - isSingleton() returns false.
 
- Since:
- 4.3.15
- Author:
- Artem Bilan, Gary Russell
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.integration.config.AbstractEvaluationContextFactoryBeangetApplicationContext, getFunctions, getPropertyAccessors, getTypeConverter, initialize, setApplicationContext, setFunctions, setPropertyAccessors
- 
Constructor Details- 
IntegrationSimpleEvaluationContextFactoryBeanpublic IntegrationSimpleEvaluationContextFactoryBean()
 
- 
- 
Method Details- 
isSingletonpublic boolean isSingleton()- Specified by:
- isSingletonin interface- FactoryBean<SimpleEvaluationContext>
 
- 
afterPropertiesSetpublic void afterPropertiesSet()- Specified by:
- afterPropertiesSetin interface- InitializingBean
 
- 
getObject- Specified by:
- getObjectin interface- FactoryBean<SimpleEvaluationContext>
 
- 
getObjectType- Specified by:
- getObjectTypein interface- FactoryBean<SimpleEvaluationContext>
 
 
-