public class SpelFunctionFactoryBean extends ObjectSE implements FactoryBean<MethodSE>, InitializingBean, BeanNameAware
MethodSE の人口を有効な StandardEvaluationContext 関数としてカプセル化する FactoryBean 実装。OBJECT_TYPE_ATTRIBUTE| コンストラクターと説明 |
|---|
SpelFunctionFactoryBean(ClassSE<?> functionClass, StringSE functionMethodSignature) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
StringSE | getFunctionName() |
MethodSE | getObject() |
ClassSE<?> | getObjectType() |
boolean | isSingleton() |
void | setBeanName(StringSE name) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void setBeanName(StringSE name)
BeanNameAware 内の setBeanName public StringSE getFunctionName()
public void afterPropertiesSet()
InitializingBean 内の afterPropertiesSet public MethodSE getObject()
FactoryBean<MethodSE> 内の getObject public ClassSE<?> getObjectType()
FactoryBean<MethodSE> 内の getObjectType public boolean isSingleton()
FactoryBean<MethodSE> 内の isSingleton