spring-framework / org.springframework.core.type.filter

Package org.springframework.core.type.filter

Types

AbstractClassTestingTypeFilter

abstract class AbstractClassTestingTypeFilter : TypeFilter

Type filter that exposes a org.springframework.core.type.ClassMetadata object to subclasses, for class testing purposes.

AbstractTypeHierarchyTraversingFilter

abstract class AbstractTypeHierarchyTraversingFilter : TypeFilter

Type filter that is aware of traversing over hierarchy.

This filter is useful when matching needs to be made based on potentially the whole class/interface hierarchy. The algorithm employed uses a succeed-fast strategy: if at any time a match is declared, no further processing is carried out.