Class WebServiceServerTypeExcludeFilter
java.lang.Object
org.springframework.boot.context.TypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter<WebServiceServerTest>
org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTypeExcludeFilter
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.core.type.filter.TypeFilter
public class WebServiceServerTypeExcludeFilter
extends StandardAnnotationCustomizableTypeExcludeFilter<WebServiceServerTest>
TypeExcludeFilter for @WebServiceServerTest.- Since:
- 2.6.0
-
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, isUseDefaultFiltersMethods inherited from class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
defaultInclude, equals, exclude, hashCode, include, isTypeOrAnnotated, match, setBeanClassLoaderMethods inherited from class org.springframework.boot.context.TypeExcludeFilter
setBeanFactory
-
Method Details
-
getDefaultIncludes
- Overrides:
getDefaultIncludesin classStandardAnnotationCustomizableTypeExcludeFilter<WebServiceServerTest>
-
getComponentIncludes
- Overrides:
getComponentIncludesin classStandardAnnotationCustomizableTypeExcludeFilter<WebServiceServerTest>
-