A - the annotation typepublic abstract class StandardAnnotationCustomizableTypeExcludeFilter<A extends Annotation> extends AnnotationCustomizableTypeExcludeFilter
AnnotationCustomizableTypeExcludeFilter that can be used to any test annotation
that uses the standard includeFilters, excludeFilters and
useDefaultFilters attributes.AnnotationCustomizableTypeExcludeFilter.FilterType| Modifier | Constructor and Description |
|---|---|
protected |
StandardAnnotationCustomizableTypeExcludeFilter(Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.core.annotation.MergedAnnotation<A> |
getAnnotation() |
protected Class<A> |
getAnnotationType() |
protected Set<Class<?>> |
getComponentIncludes() |
protected Set<Class<?>> |
getDefaultIncludes() |
protected org.springframework.context.annotation.ComponentScan.Filter[] |
getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType type) |
protected boolean |
hasAnnotation() |
protected boolean |
isUseDefaultFilters() |
defaultInclude, equals, exclude, hashCode, include, isTypeOrAnnotated, match, setBeanClassLoaderprotected StandardAnnotationCustomizableTypeExcludeFilter(Class<?> testClass)
protected final org.springframework.core.annotation.MergedAnnotation<A> getAnnotation()
protected boolean hasAnnotation()
hasAnnotation in class AnnotationCustomizableTypeExcludeFilterprotected org.springframework.context.annotation.ComponentScan.Filter[] getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType type)
getFilters in class AnnotationCustomizableTypeExcludeFilterprotected boolean isUseDefaultFilters()
isUseDefaultFilters in class AnnotationCustomizableTypeExcludeFilterprotected Set<Class<?>> getDefaultIncludes()
getDefaultIncludes in class AnnotationCustomizableTypeExcludeFilterprotected Set<Class<?>> getComponentIncludes()
getComponentIncludes in class AnnotationCustomizableTypeExcludeFilterCopyright © 2021 Pivotal Software, Inc.. All rights reserved.