public class IntegrationSimpleEvaluationContextFactoryBean extends AbstractEvaluationContextFactoryBean implements org.springframework.beans.factory.FactoryBean<org.springframework.expression.spel.support.SimpleEvaluationContext>
FactoryBean to populate SimpleEvaluationContext instances enhanced with:
TypeConverter based on the ConversionService from the application context.
PropertyAccessors including a default MapAccessor.
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.
| Constructor and Description |
|---|
IntegrationSimpleEvaluationContextFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.expression.spel.support.SimpleEvaluationContext |
getObject() |
java.lang.Class<?> |
getObjectType() |
boolean |
isSingleton() |
getApplicationContext, getFunctions, getPropertyAccessors, getTypeConverter, initialize, setApplicationContext, setFunctions, setPropertyAccessorspublic IntegrationSimpleEvaluationContextFactoryBean()
public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.expression.spel.support.SimpleEvaluationContext>public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic org.springframework.expression.spel.support.SimpleEvaluationContext getObject()
throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.expression.spel.support.SimpleEvaluationContext>java.lang.Exceptionpublic java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.expression.spel.support.SimpleEvaluationContext>