类 TypeMappedAnnotations.Aggregate
java.lang.Object
cn.taketoday.core.annotation.TypeMappedAnnotations.Aggregate
-
字段概要
字段修饰符和类型字段说明private final intprivate final ArrayList<Annotation>private final AnnotationTypeMappings[]private final Object -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) <A extends Annotation>
MergedAnnotation<A>createMergedAnnotationIfPossible(int annotationIndex, int mappingIndex, IntrospectionFailureLogger logger) (专用程序包) AnnotationTypeMappinggetMapping(int annotationIndex, int mappingIndex) (专用程序包) AnnotationTypeMappingsgetMappings(int annotationIndex) (专用程序包) intsize()
-
字段详细资料
-
aggregateIndex
private final int aggregateIndex -
source
-
annotations
-
mappings
-
-
构造器详细资料
-
Aggregate
Aggregate(int aggregateIndex, @Nullable Object source, ArrayList<Annotation> annotations)
-
-
方法详细资料
-
size
int size() -
getMapping
-
getMappings
-
createMergedAnnotationIfPossible
@Nullable <A extends Annotation> MergedAnnotation<A> createMergedAnnotationIfPossible(int annotationIndex, int mappingIndex, IntrospectionFailureLogger logger)
-