Class ExpressionFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<Expression>
org.springframework.amqp.rabbit.support.ExpressionFactoryBean
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<Expression>
,InitializingBean
FactoryBean for creating Expression instances.
- Since:
- 1.4
- Author:
- Mark Fisher, Gary Russell
-
Field Summary
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Expression
Class<?>
void
setParserConfiguration
(SpelParserConfiguration parserConfiguration) Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
ExpressionFactoryBean
-
-
Method Details
-
setParserConfiguration
-
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<Expression>
- Specified by:
getObjectType
in classAbstractFactoryBean<Expression>
-
createInstance
- Specified by:
createInstance
in classAbstractFactoryBean<Expression>
-