クラス 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 TypeConverter
protected void
initialize
(StringSE beanName) void
setApplicationContext
(ApplicationContext applicationContext) void
setFunctions
(MapSE<StringSE, MethodSE> functionsArg) void
setIndexAccessors
(MapSE<StringSE, IndexAccessor> indexAccessors) ターゲットEvaluationContext
で使用するIndexAccessor
のマップを設定するvoid
setPropertyAccessors
(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