| Package | Description | 
|---|---|
| org.springframework.core.type.filter | Core support package for type filtering (e.g. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractClassTestingTypeFilterType filter that exposes a
  ClassMetadataobject
 to subclasses, for class testing purposes. | 
| class  | AbstractTypeHierarchyTraversingFilterType filter that is aware of traversing over hierarchy. | 
| class  | AnnotationTypeFilterA simple  TypeFilterwhich matches classes with a given annotation,
 checking inherited annotations as well. | 
| class  | AspectJTypeFilterType filter that uses AspectJ type pattern for matching. | 
| class  | AssignableTypeFilterA simple filter which matches classes that are assignable to a given type. | 
| class  | RegexPatternTypeFilterA simple filter for matching a fully-qualified class name with a regex  Pattern. |