接口的使用
cn.taketoday.core.type.AnnotatedTypeMetadata
使用AnnotatedTypeMetadata的程序包
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Core support package for type introspection.
Support classes for reading annotation and class-level metadata.
-
cn.taketoday.core.annotation中AnnotatedTypeMetadata的使用
修饰符和类型方法说明static AnnotationAttributesAnnotationAttributes.fromMetadata(AnnotatedTypeMetadata metadata, Class<?> annotationClass) static AnnotationAttributesAnnotationAttributes.fromMetadata(AnnotatedTypeMetadata metadata, String annotationClassName) default AAnnotationProvider.getAnnotation(AnnotatedTypeMetadata metadata) default AnnotationAttributesAnnotationProvider.getAttributes(AnnotatedTypeMetadata metadata) default MergedAnnotation<A>AnnotationProvider.getMergedAnnotation(AnnotatedTypeMetadata metadata) -
cn.taketoday.core.type中AnnotatedTypeMetadata的使用
修饰符和类型接口说明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.interfaceInterface that defines abstract access to the annotations of a specific method, in a form that does not require that method's class to be loaded yet.修饰符和类型类说明classAnnotationMetadataimplementation that uses standard reflection to introspect a givenClass.classMethodMetadataimplementation that uses standard reflection to introspect a givenMethod. -
cn.taketoday.core.type.classreading中AnnotatedTypeMetadata的使用
修饰符和类型类说明(专用程序包) final classAnnotationMetadatacreated from aSimpleAnnotationMetadataReadingVisitor.(专用程序包) final classMethodMetadatacreated from aSimpleMethodMetadataReadingVisitor.