Class WebFluxTypeExcludeFilter
java.lang.Object
org.springframework.boot.context.TypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter<WebFluxTest>
org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,TypeFilter
public final class WebFluxTypeExcludeFilter
extends StandardAnnotationCustomizableTypeExcludeFilter<WebFluxTest>
- Since:
- 2.2.1
- Author:
- Stephane Nicoll
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
AnnotationCustomizableTypeExcludeFilter.FilterType
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
getAnnotation, getAnnotationType, getFilters, hasAnnotation, isUseDefaultFilters
Methods inherited from class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
defaultInclude, equals, exclude, hashCode, include, isTypeOrAnnotated, match, setBeanClassLoader
Methods inherited from class org.springframework.boot.context.TypeExcludeFilter
setBeanFactory
-
Method Details
-
getDefaultIncludes
- Overrides:
getDefaultIncludes
in classStandardAnnotationCustomizableTypeExcludeFilter<WebFluxTest>
-
getComponentIncludes
- Overrides:
getComponentIncludes
in classStandardAnnotationCustomizableTypeExcludeFilter<WebFluxTest>
-