Class StandardAnnotationCustomizableTypeExcludeFilter<A extends Annotation>

java.lang.Object
org.springframework.boot.context.TypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter<A>
Type Parameters:
A - the annotation type
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, TypeFilter
Direct Known Subclasses:
DataJdbcTypeExcludeFilter, DataJpaTypeExcludeFilter, DataLdapTypeExcludeFilter, DataMongoTypeExcludeFilter, DataNeo4jTypeExcludeFilter, DataRedisTypeExcludeFilter, GraphQlTypeExcludeFilter, JdbcTypeExcludeFilter, JooqTypeExcludeFilter, JsonTypeExcludeFilter, RestClientTypeExcludeFilter, WebFluxTypeExcludeFilter, WebMvcTypeExcludeFilter, WebServiceClientExcludeFilter, WebServiceServerTypeExcludeFilter

public 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.
Since:
2.2.0
Author:
Phillip Webb