クラス AbstractEvaluationContextFactoryBean
java.lang.ObjectSE
org.springframework.integration.config.AbstractEvaluationContextFactoryBean
- 実装されているすべてのインターフェース:
Aware、InitializingBean、ApplicationContextAware
public abstract class AbstractEvaluationContextFactoryBean
extends ObjectSE
implements ApplicationContextAware, InitializingBean
統合評価コンテキストファクトリ Bean の抽象クラス。
- 導入:
- 4.3.15
- 作成者:
- Gary Russell
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected ApplicationContextターゲットEvaluationContextで使用するIndexAccessorのマップを返しますprotected TypeConverterprotected voidinitialize(StringSE beanName) voidsetApplicationContext(ApplicationContext applicationContext) voidsetFunctions(MapSE<StringSE, MethodSE> functionsArg) voidsetIndexAccessors(MapSE<StringSE, IndexAccessor> indexAccessors) ターゲットEvaluationContextで使用するIndexAccessorのマップを設定するvoidsetPropertyAccessors(MapSE<StringSE, PropertyAccessor> propertyAccessors) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.InitializingBean から継承されたメソッド
afterPropertiesSet
コンストラクターの詳細
AbstractEvaluationContextFactoryBean
public AbstractEvaluationContextFactoryBean()
メソッドの詳細
getTypeConverter
getApplicationContext
setApplicationContext
- 次で指定:
- インターフェース
ApplicationContextAwareのsetApplicationContext - 例外:
BeansException
setPropertyAccessors
getPropertyAccessors
setIndexAccessors
ターゲットEvaluationContextで使用するIndexAccessorのマップを設定する- パラメーター:
indexAccessors- 使用するIndexAccessorのマップ- 導入:
- 6.4
- 関連事項:
getIndexAccessors
ターゲットEvaluationContextで使用するIndexAccessorのマップを返します- 戻り値:
- 使用する
IndexAccessorのマップ - 導入:
- 6.4
- 関連事項:
setFunctions
getFunctions
initialize