类的使用
cn.taketoday.core.annotation.TypeMappedAnnotation
使用TypeMappedAnnotation的程序包
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
cn.taketoday.core.annotation中TypeMappedAnnotation的使用
修饰符和类型方法说明(专用程序包) static <A extends Annotation>
TypeMappedAnnotation<A>TypeMappedAnnotation.createIfPossible(AnnotationTypeMapping mapping, MergedAnnotation<?> annotation, IntrospectionFailureLogger logger) (专用程序包) static <A extends Annotation>
TypeMappedAnnotation<A>TypeMappedAnnotation.createIfPossible(AnnotationTypeMapping mapping, Object source, Annotation annotation, int aggregateIndex, IntrospectionFailureLogger logger) private static <A extends Annotation>
TypeMappedAnnotation<A>TypeMappedAnnotation.createIfPossible(AnnotationTypeMapping mapping, Object source, Object rootAttribute, ValueExtractor valueExtractor, int aggregateIndex, IntrospectionFailureLogger logger) (专用程序包) static <A extends Annotation>
TypeMappedAnnotation<A>