Package org.springframework.core.type.filter
@NonNullApi
@NonNullFields
package org.springframework.core.type.filter
Core support package for type filtering (e.g. for classpath scanning).
-
ClassDescriptionType filter that exposes a
ClassMetadataobject to subclasses, for class testing purposes.Type filter that is aware of traversing over hierarchy.A simpleTypeFilterwhich matches classes with a given annotation, checking inherited annotations as well.Type filter that uses AspectJ type pattern for matching.A simple filter which matches classes that are assignable to a given type.A simple filter for matching a fully-qualified class name with a regexPattern.Base interface for type filters using aMetadataReader.