クラス AsyncConfigurationSelector
java.lang.ObjectSE
org.springframework.context.annotation.AdviceModeImportSelector<EnableAsync>
org.springframework.scheduling.annotation.AsyncConfigurationSelector
- 実装されたすべてのインターフェース:
ImportSelector
- 導入:
- 3.1
- 作成者:
- Chris Beams, Juergen Hoeller
- 関連事項:
フィールドサマリー
クラス org.springframework.context.annotation.AdviceModeImportSelector から継承されたフィールド
DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME
コンストラクターのサマリー
メソッドのサマリー
修飾子と型メソッド説明StringSE[]
selectImports
(AdviceMode adviceMode) EnableAsync.mode()
のPROXY
およびASPECTJ
値に対して、それぞれProxyAsyncConfiguration
またはAspectJAsyncConfiguration
を返します。クラス org.springframework.context.annotation.AdviceModeImportSelector から継承されたメソッド
getAdviceModeAttributeName, selectImports
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.context.annotation.ImportSelector から継承されたメソッド
getExclusionFilter
コンストラクターの詳細
AsyncConfigurationSelector
public AsyncConfigurationSelector()
メソッドの詳細
selectImports
EnableAsync.mode()
のPROXY
およびASPECTJ
値に対して、それぞれProxyAsyncConfiguration
またはAspectJAsyncConfiguration
を返します。- 次で指定:
- クラス
AdviceModeImportSelector<EnableAsync>
のselectImports
- パラメーター:
adviceMode
- ジェネリクスを介して指定されたアノテーションのアドバイスモード属性の値。- 戻り値:
- インポートするクラスを含む配列 (存在しない場合は空の配列。指定された
AdviceMode
が不明な場合はnull
)