Uses of Class
org.springframework.boot.context.TypeExcludeFilter
Packages that use TypeExcludeFilter
-
Uses of TypeExcludeFilter in org.springframework.boot.test.context.filter.annotation
Subclasses of TypeExcludeFilter in org.springframework.boot.test.context.filter.annotationModifier and TypeClassDescriptionclassAbstract base class for aTypeExcludeFilterthat can be customized using an annotation.classAnnotationCustomizableTypeExcludeFilterthat can be used to any test annotation that uses the standardincludeFilters,excludeFiltersanduseDefaultFiltersattributes.