Class ShellTypeExcludeFilter

java.lang.Object
org.springframework.boot.context.TypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter<ShellTest>
org.springframework.shell.test.autoconfigure.ShellTypeExcludeFilter
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 ShellTypeExcludeFilter extends org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter<ShellTest>
TypeExcludeFilter for @ShellTest.
  • 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, getComponentIncludes, 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

    • getDefaultIncludes

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