public class ExpressionFactoryBean extends AbstractFactoryBean<Expression>
loggerOBJECT_TYPE_ATTRIBUTE| コンストラクターと説明 |
|---|
ExpressionFactoryBean(StringSE expressionString) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected Expression | createInstance() |
ClassSE<?> | getObjectType() |
void | setParserConfiguration(SpelParserConfiguration parserConfiguration) |
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletoncloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ExpressionFactoryBean(StringSE expressionString)
public void setParserConfiguration(SpelParserConfiguration parserConfiguration)
public ClassSE<?> getObjectType()
FactoryBean<Expression> 内の getObjectType AbstractFactoryBean<Expression> の getObjectType protected Expression createInstance()
AbstractFactoryBean<Expression> の createInstance