接口的使用
cn.taketoday.core.type.filter.TypeFilter
使用TypeFilter的程序包
程序包
说明
Core support package for type filtering (e.g. for classpath scanning).
-
cn.taketoday.core.type.filter中TypeFilter的使用
修饰符和类型类说明classType 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.