类 DelegatingSmartContextLoader
java.lang.Object
cn.taketoday.test.context.support.AbstractDelegatingSmartContextLoader
cn.taketoday.test.context.support.DelegatingSmartContextLoader
- 所有已实现的接口:
AotContextLoader,ContextLoader,SmartContextLoader
DelegatingSmartContextLoader is a concrete implementation of
AbstractDelegatingSmartContextLoader that delegates to a
GenericXmlContextLoader AnnotationConfigContextLoader.- 从以下版本开始:
- 4.0
- 作者:
- Sam Brannen, Harry Yang
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected SmartContextLoaderGet the delegateSmartContextLoaderthat supports annotated classes.protected SmartContextLoaderGet the delegateSmartContextLoaderthat supports XML configuration files and/or Groovy scripts.从类继承的方法 cn.taketoday.test.context.support.AbstractDelegatingSmartContextLoader
loadContext, loadContextForAotProcessing, loadContextForAotRuntime, processContextConfiguration从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.test.context.SmartContextLoader
loadContext, processLocations
-
字段详细资料
-
xmlLoader
-
annotationConfigLoader
-
-
构造器详细资料
-
DelegatingSmartContextLoader
public DelegatingSmartContextLoader()
-
-
方法详细资料
-
getXmlLoader
从类复制的说明:AbstractDelegatingSmartContextLoaderGet the delegateSmartContextLoaderthat supports XML configuration files and/or Groovy scripts. -
getAnnotationConfigLoader
从类复制的说明:AbstractDelegatingSmartContextLoaderGet the delegateSmartContextLoaderthat supports annotated classes.
-