public class ExpressionFactoryBean extends AbstractFactoryBean<Expression>
logger
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
ExpressionFactoryBean(String expressionString) |
Modifier and Type | Method and Description |
---|---|
protected Expression |
createInstance() |
Class<?> |
getObjectType() |
void |
setParserConfiguration(SpelParserConfiguration parserConfiguration) |
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
public ExpressionFactoryBean(String expressionString)
public void setParserConfiguration(SpelParserConfiguration parserConfiguration)
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<Expression>
getObjectType
in class AbstractFactoryBean<Expression>
protected Expression createInstance()
createInstance
in class AbstractFactoryBean<Expression>