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

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.

Author
Ramnivas Laddad

Author
Mark Fisher

Since
2.5

Functions

match

open fun match(metadataReader: MetadataReader, metadataReaderFactory: MetadataReaderFactory): Boolean