Class AbstractEvaluationContextFactoryBean
java.lang.Object
org.springframework.integration.config.AbstractEvaluationContextFactoryBean
- All Implemented Interfaces:
Aware
,InitializingBean
,ApplicationContextAware
- Direct Known Subclasses:
IntegrationEvaluationContextFactoryBean
,IntegrationSimpleEvaluationContextFactoryBean
public abstract class AbstractEvaluationContextFactoryBean extends Object implements ApplicationContextAware, InitializingBean
Abstract class for integration evaluation context factory beans.
- Since:
- 4.3.15
- Author:
- Gary Russell
-
Constructor Summary
Constructors Constructor Description AbstractEvaluationContextFactoryBean()
-
Method Summary
Modifier and Type Method Description protected ApplicationContext
getApplicationContext()
Map<String,Method>
getFunctions()
Map<String,PropertyAccessor>
getPropertyAccessors()
protected TypeConverter
getTypeConverter()
protected void
initialize(String beanName)
void
setApplicationContext(ApplicationContext applicationContext)
void
setFunctions(Map<String,Method> functionsArg)
void
setPropertyAccessors(Map<String,PropertyAccessor> accessors)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
-
Constructor Details
-
AbstractEvaluationContextFactoryBean
public AbstractEvaluationContextFactoryBean()
-
-
Method Details