class org.springframework.core.annotation.TypeMappedAnnotations$Aggregate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.core.annotation.TypeMappedAnnotations$Aggregate
  super_class: java.lang.Object
{
  private final int aggregateIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object source;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final java.util.List<java.lang.annotation.Annotation> annotations;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/annotation/Annotation;>;

  private final org.springframework.core.annotation.AnnotationTypeMappings[] mappings;
    descriptor: [Lorg/springframework/core/annotation/AnnotationTypeMappings;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, , java.util.List<java.lang.annotation.Annotation>);
    descriptor: (ILjava/lang/Object;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
        start local 1 // int aggregateIndex
        start local 2 // java.lang.Object source
        start local 3 // java.util.List annotations
         0: .line 505
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 506
            aload 0 /* this */
            iload 1 /* aggregateIndex */
            putfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.aggregateIndex:I
         2: .line 507
            aload 0 /* this */
            aload 2 /* source */
            putfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.source:Ljava/lang/Object;
         3: .line 508
            aload 0 /* this */
            aload 3 /* annotations */
            putfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.annotations:Ljava/util/List;
         4: .line 509
            aload 0 /* this */
            aload 3 /* annotations */
            invokeinterface java.util.List.size:()I
            anewarray org.springframework.core.annotation.AnnotationTypeMappings
            putfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.mappings:[Lorg/springframework/core/annotation/AnnotationTypeMappings;
         5: .line 510
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 511
      StackMap locals: org.springframework.core.annotation.TypeMappedAnnotations$Aggregate int java.lang.Object java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.mappings:[Lorg/springframework/core/annotation/AnnotationTypeMappings;
            iload 4 /* i */
            aload 3 /* annotations */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokestatic org.springframework.core.annotation.AnnotationTypeMappings.forAnnotationType:(Ljava/lang/Class;)Lorg/springframework/core/annotation/AnnotationTypeMappings;
            aastore
         8: .line 510
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 3 /* annotations */
            invokeinterface java.util.List.size:()I
            if_icmplt 7
        end local 4 // int i
        10: .line 513
            return
        end local 3 // java.util.List annotations
        end local 2 // java.lang.Object source
        end local 1 // int aggregateIndex
        end local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/springframework/core/annotation/TypeMappedAnnotations$Aggregate;
            0   11     1  aggregateIndex  I
            0   11     2          source  Ljava/lang/Object;
            0   11     3     annotations  Ljava/util/List<Ljava/lang/annotation/Annotation;>;
            6   10     4               i  I
    Signature: (ILjava/lang/Object;Ljava/util/List<Ljava/lang/annotation/Annotation;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
    MethodParameters:
                Name  Flags
      aggregateIndex  
      source          
      annotations     

  int size();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
         0: .line 516
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.annotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/TypeMappedAnnotations$Aggregate;

  org.springframework.core.annotation.AnnotationTypeMapping getMapping(int, int);
    descriptor: (II)Lorg/springframework/core/annotation/AnnotationTypeMapping;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
        start local 1 // int annotationIndex
        start local 2 // int mappingIndex
         0: .line 521
            aload 0 /* this */
            iload 1 /* annotationIndex */
            invokevirtual org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.getMappings:(I)Lorg/springframework/core/annotation/AnnotationTypeMappings;
            astore 3 /* mappings */
        start local 3 // org.springframework.core.annotation.AnnotationTypeMappings mappings
         1: .line 522
            iload 2 /* mappingIndex */
            aload 3 /* mappings */
            invokevirtual org.springframework.core.annotation.AnnotationTypeMappings.size:()I
            if_icmpge 2
            aload 3 /* mappings */
            iload 2 /* mappingIndex */
            invokevirtual org.springframework.core.annotation.AnnotationTypeMappings.get:(I)Lorg/springframework/core/annotation/AnnotationTypeMapping;
            goto 3
      StackMap locals: org.springframework.core.annotation.AnnotationTypeMappings
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.core.annotation.AnnotationTypeMapping
         3: areturn
        end local 3 // org.springframework.core.annotation.AnnotationTypeMappings mappings
        end local 2 // int mappingIndex
        end local 1 // int annotationIndex
        end local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/springframework/core/annotation/TypeMappedAnnotations$Aggregate;
            0    4     1  annotationIndex  I
            0    4     2     mappingIndex  I
            1    4     3         mappings  Lorg/springframework/core/annotation/AnnotationTypeMappings;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      annotationIndex  
      mappingIndex     

  org.springframework.core.annotation.AnnotationTypeMappings getMappings(int);
    descriptor: (I)Lorg/springframework/core/annotation/AnnotationTypeMappings;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
        start local 1 // int annotationIndex
         0: .line 526
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.mappings:[Lorg/springframework/core/annotation/AnnotationTypeMappings;
            iload 1 /* annotationIndex */
            aaload
            areturn
        end local 1 // int annotationIndex
        end local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/springframework/core/annotation/TypeMappedAnnotations$Aggregate;
            0    1     1  annotationIndex  I
    MethodParameters:
                 Name  Flags
      annotationIndex  

  <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> createMergedAnnotationIfPossible(int, int, org.springframework.core.annotation.IntrospectionFailureLogger);
    descriptor: (IILorg/springframework/core/annotation/IntrospectionFailureLogger;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
        start local 1 // int annotationIndex
        start local 2 // int mappingIndex
        start local 3 // org.springframework.core.annotation.IntrospectionFailureLogger logger
         0: .line 534
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.mappings:[Lorg/springframework/core/annotation/AnnotationTypeMappings;
            iload 1 /* annotationIndex */
            aaload
            iload 2 /* mappingIndex */
            invokevirtual org.springframework.core.annotation.AnnotationTypeMappings.get:(I)Lorg/springframework/core/annotation/AnnotationTypeMapping;
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.source:Ljava/lang/Object;
         1: .line 535
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.annotations:Ljava/util/List;
            iload 1 /* annotationIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$Aggregate.aggregateIndex:I
            aload 3 /* logger */
         2: .line 533
            invokestatic org.springframework.core.annotation.TypeMappedAnnotation.createIfPossible:(Lorg/springframework/core/annotation/AnnotationTypeMapping;Ljava/lang/Object;Ljava/lang/annotation/Annotation;ILorg/springframework/core/annotation/IntrospectionFailureLogger;)Lorg/springframework/core/annotation/TypeMappedAnnotation;
            areturn
        end local 3 // org.springframework.core.annotation.IntrospectionFailureLogger logger
        end local 2 // int mappingIndex
        end local 1 // int annotationIndex
        end local 0 // org.springframework.core.annotation.TypeMappedAnnotations$Aggregate this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/springframework/core/annotation/TypeMappedAnnotations$Aggregate;
            0    3     1  annotationIndex  I
            0    3     2     mappingIndex  I
            0    3     3           logger  Lorg/springframework/core/annotation/IntrospectionFailureLogger;
    Signature: <A::Ljava/lang/annotation/Annotation;>(IILorg/springframework/core/annotation/IntrospectionFailureLogger;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      annotationIndex  
      mappingIndex     
      logger           
}
SourceFile: "TypeMappedAnnotations.java"
NestHost: org.springframework.core.annotation.TypeMappedAnnotations
InnerClasses:
  private Aggregate = org.springframework.core.annotation.TypeMappedAnnotations$Aggregate of org.springframework.core.annotation.TypeMappedAnnotations