类 AbstractGenericContextLoader

java.lang.Object
cn.taketoday.test.context.support.AbstractContextLoader
cn.taketoday.test.context.support.AbstractGenericContextLoader
所有已实现的接口:
AotContextLoader, ContextLoader, SmartContextLoader
直接已知子类:
AnnotationConfigContextLoader, GenericPropertiesContextLoader, GenericXmlContextLoader

public abstract class AbstractGenericContextLoader extends AbstractContextLoader implements AotContextLoader
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.

Concrete subclasses must provide an appropriate implementation of createBeanDefinitionReader(), potentially overriding loadBeanDefinitions() as well.

从以下版本开始:
4.0
作者:
Sam Brannen, Juergen Hoeller, Phillip Webb, Harry Yang
另请参阅: