クラス DelegatingSmartContextLoader
java.lang.ObjectSE
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
org.springframework.test.context.support.DelegatingSmartContextLoader
- 実装されているすべてのインターフェース:
- AotContextLoader、- ContextLoader、- SmartContextLoader
DelegatingSmartContextLoader は、GenericXmlContextLoader(または Groovy がクラスパスに存在する場合は GenericGroovyXmlContextLoader)および AnnotationConfigContextLoader に委譲する AbstractDelegatingSmartContextLoader の具象実装です。- コンストラクターの概要コンストラクター
- メソッドのサマリー修飾子と型メソッド説明- protected SmartContextLoaderアノテーション付きクラスをサポートするデリゲート- SmartContextLoaderを取得します。- protected SmartContextLoaderXML 構成ファイルや Groovy スクリプトをサポートするデリゲート- SmartContextLoaderを取得します。- クラス org.springframework.test.context.support.AbstractDelegatingSmartContextLoader から継承されたメソッド- loadContext, loadContextForAotProcessing, loadContextForAotRuntime, processContextConfiguration- クラス java.lang.ObjectSE から継承されたメソッド- clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE- インターフェース org.springframework.test.context.SmartContextLoader から継承されたメソッド- loadContext, processLocations
- コンストラクターの詳細- DelegatingSmartContextLoaderpublic DelegatingSmartContextLoader()
 
- メソッドの詳細- getXmlLoaderクラスからコピーされた説明:- AbstractDelegatingSmartContextLoaderXML 構成ファイルや Groovy スクリプトをサポートするデリゲート- SmartContextLoaderを取得します。- 次で指定:
-  クラス AbstractDelegatingSmartContextLoaderのgetXmlLoader
 
- getAnnotationConfigLoaderクラスからコピーされた説明:- AbstractDelegatingSmartContextLoaderアノテーション付きクラスをサポートするデリゲート- SmartContextLoaderを取得します。