类 ImportsContextCustomizer.ContextCustomizerKey
java.lang.Object
cn.taketoday.framework.test.context.ImportsContextCustomizer.ContextCustomizerKey
The key used to ensure correct application context caching. Keys are generated
based on all the annotations used with the test that aren't core Java or
Kotlin annotations. We must use something broader than just
@Import
annotations since an @Import may use an ImportSelector which could
make decisions based on anything available from AnnotationMetadata.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明determineImports(cn.taketoday.core.annotation.MergedAnnotations annotations, Class<?> testClass) determineImports(Class<?> source, cn.taketoday.core.type.AnnotationMetadata metadata) booleaninthashCode()private <T> Tinstantiate(Class<T> source) private booleanisFilteredAnnotation(String typeName) synthesize(cn.taketoday.core.annotation.MergedAnnotations annotations) toString()
-
字段详细资料
-
ANNOTATION_FILTERS
-
key
-
-
构造器详细资料
-
ContextCustomizerKey
ContextCustomizerKey(Class<?> testClass)
-
-
方法详细资料