Class SqsTypeExcludeFilter

java.lang.Object
org.springframework.boot.context.TypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter<SqsTest>
io.awspring.cloud.test.sqs.SqsTypeExcludeFilter
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, TypeFilter

public class SqsTypeExcludeFilter extends org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter<SqsTest>
TypeExcludeFilter for @SqsTest.
Since:
2.4.0
Author:
Maciej Walkowiak
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter

    org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Set<Class<?>>
     

    Methods inherited from class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter

    getAnnotation, getAnnotationType, getDefaultIncludes, 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getComponentIncludes

      protected Set<Class<?>> getComponentIncludes()
      Overrides:
      getComponentIncludes in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter<SqsTest>