接口的使用
cn.taketoday.core.type.ClassMetadata
使用ClassMetadata的程序包
程序包
说明
Core support package for type introspection.
Support classes for reading annotation and class-level metadata.
Core support package for type filtering (e.g. for classpath scanning).
-
cn.taketoday.core.type中ClassMetadata的使用
修饰符和类型接口说明interfaceInterface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.修饰符和类型类说明classAnnotationMetadataimplementation that uses standard reflection to introspect a givenClass.classClassMetadataimplementation that uses standard reflection to introspect a givenClass. -
cn.taketoday.core.type.classreading中ClassMetadata的使用
修饰符和类型类说明(专用程序包) final classAnnotationMetadatacreated from aSimpleAnnotationMetadataReadingVisitor.修饰符和类型方法说明MetadataReader.getClassMetadata()Read basic class metadata for the underlying class.SimpleMetadataReader.getClassMetadata() -
cn.taketoday.core.type.filter中ClassMetadata的使用
修饰符和类型方法说明protected abstract booleanAbstractClassTestingTypeFilter.match(ClassMetadata metadata) Determine a match based on the given ClassMetadata object.protected booleanRegexPatternTypeFilter.match(ClassMetadata metadata)