Uses of Interface
org.springframework.core.type.filter.TypeFilter
Packages that use TypeFilter
Package
Description
Core support package for type filtering (for example, for classpath scanning).
-
Uses of TypeFilter in org.springframework.core.type.filter
Classes in org.springframework.core.type.filter that implement TypeFilterModifier and TypeClassDescriptionclassType filter that exposes aClassMetadataobject to subclasses, for class testing purposes.classType filter that is aware of traversing over hierarchy.classA simpleTypeFilterwhich matches classes with a given annotation, checking inherited annotations as well.classType filter that uses AspectJ type pattern for matching.classA simple filter which matches classes that are assignable to a given type.classA simple filter for matching a fully-qualified class name with a regexPattern.