class org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter extends org.springframework.core.MethodParameter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter
  super_class: org.springframework.core.MethodParameter
{
  private final java.lang.String parameterName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile java.lang.annotation.Annotation[] combinedAnnotations;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(java.lang.reflect.Constructor<?>, int, java.lang.String);
    descriptor: (Ljava/lang/reflect/Constructor;ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter this
        start local 1 // java.lang.reflect.Constructor constructor
        start local 2 // int parameterIndex
        start local 3 // java.lang.String parameterName
         0: .line 491
            aload 0 /* this */
            aload 1 /* constructor */
            iload 2 /* parameterIndex */
            invokespecial org.springframework.core.MethodParameter.<init>:(Ljava/lang/reflect/Constructor;I)V
         1: .line 492
            aload 0 /* this */
            aload 3 /* parameterName */
            putfield org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter.parameterName:Ljava/lang/String;
         2: .line 493
            return
        end local 3 // java.lang.String parameterName
        end local 2 // int parameterIndex
        end local 1 // java.lang.reflect.Constructor constructor
        end local 0 // org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/springframework/web/method/annotation/ModelAttributeMethodProcessor$FieldAwareConstructorParameter;
            0    3     1     constructor  Ljava/lang/reflect/Constructor<*>;
            0    3     2  parameterIndex  I
            0    3     3   parameterName  Ljava/lang/String;
    Signature: (Ljava/lang/reflect/Constructor<*>;ILjava/lang/String;)V
    MethodParameters:
                Name  Flags
      constructor     
      parameterIndex  
      parameterName   

  public java.lang.annotation.Annotation[] getParameterAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=14, args_size=1
        start local 0 // org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter this
         0: .line 497
            aload 0 /* this */
            getfield org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter.combinedAnnotations:[Ljava/lang/annotation/Annotation;
            astore 1 /* anns */
        start local 1 // java.lang.annotation.Annotation[] anns
         1: .line 498
            aload 1 /* anns */
            ifnonnull 26
         2: .line 499
            aload 0 /* this */
            invokespecial org.springframework.core.MethodParameter.getParameterAnnotations:()[Ljava/lang/annotation/Annotation;
            astore 1 /* anns */
         3: .line 501
            aload 0 /* this */
            invokevirtual org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter.getDeclaringClass:()Ljava/lang/Class;
            aload 0 /* this */
            getfield org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter.parameterName:Ljava/lang/String;
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 2 /* field */
        start local 2 // java.lang.reflect.Field field
         4: .line 502
            aload 2 /* field */
            invokevirtual java.lang.reflect.Field.getAnnotations:()[Ljava/lang/annotation/Annotation;
            astore 3 /* fieldAnns */
        start local 3 // java.lang.annotation.Annotation[] fieldAnns
         5: .line 503
            aload 3 /* fieldAnns */
            arraylength
            ifle 25
         6: .line 504
            new java.util.ArrayList
            dup
            aload 1 /* anns */
            arraylength
            aload 3 /* fieldAnns */
            arraylength
            iadd
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* merged */
        start local 4 // java.util.List merged
         7: .line 505
            aload 4 /* merged */
            aload 1 /* anns */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         8: .line 506
            aload 3 /* fieldAnns */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 21
      StackMap locals: org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter java.lang.annotation.Annotation[] java.lang.reflect.Field java.lang.annotation.Annotation[] java.util.List top int int java.lang.annotation.Annotation[]
      StackMap stack:
         9: aload 8
            iload 6
            aaload
            astore 5 /* fieldAnn */
        start local 5 // java.lang.annotation.Annotation fieldAnn
        10: .line 507
            iconst_0
            istore 9 /* existingType */
        start local 9 // boolean existingType
        11: .line 508
            aload 1 /* anns */
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 17
      StackMap locals: org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter java.lang.annotation.Annotation[] java.lang.reflect.Field java.lang.annotation.Annotation[] java.util.List java.lang.annotation.Annotation int int java.lang.annotation.Annotation[] int top int int java.lang.annotation.Annotation[]
      StackMap stack:
        12: aload 13
            iload 11
            aaload
            astore 10 /* ann */
        start local 10 // java.lang.annotation.Annotation ann
        13: .line 509
            aload 10 /* ann */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            aload 5 /* fieldAnn */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            if_acmpne 16
        14: .line 510
            iconst_1
            istore 9 /* existingType */
        15: .line 511
            goto 18
        end local 10 // java.lang.annotation.Annotation ann
        16: .line 508
      StackMap locals:
      StackMap stack:
            iinc 11 1
      StackMap locals:
      StackMap stack:
        17: iload 11
            iload 12
            if_icmplt 12
        18: .line 514
      StackMap locals: org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter java.lang.annotation.Annotation[] java.lang.reflect.Field java.lang.annotation.Annotation[] java.util.List java.lang.annotation.Annotation int int java.lang.annotation.Annotation[] int
      StackMap stack:
            iload 9 /* existingType */
            ifne 20
        19: .line 515
            aload 4 /* merged */
            aload 5 /* fieldAnn */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // boolean existingType
        end local 5 // java.lang.annotation.Annotation fieldAnn
        20: .line 506
      StackMap locals: org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter java.lang.annotation.Annotation[] java.lang.reflect.Field java.lang.annotation.Annotation[] java.util.List top int int java.lang.annotation.Annotation[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        21: iload 6
            iload 7
            if_icmplt 9
        22: .line 518
            aload 4 /* merged */
            iconst_0
            anewarray java.lang.annotation.Annotation
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation[]
            astore 1 /* anns */
        end local 4 // java.util.List merged
        end local 3 // java.lang.annotation.Annotation[] fieldAnns
        end local 2 // java.lang.reflect.Field field
        23: .line 520
            goto 25
        24: .line 521
      StackMap locals: org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter java.lang.annotation.Annotation[]
      StackMap stack: java.lang.Exception
            pop
        25: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* anns */
            putfield org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter.combinedAnnotations:[Ljava/lang/annotation/Annotation;
        26: .line 526
      StackMap locals:
      StackMap stack:
            aload 1 /* anns */
            areturn
        end local 1 // java.lang.annotation.Annotation[] anns
        end local 0 // org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lorg/springframework/web/method/annotation/ModelAttributeMethodProcessor$FieldAwareConstructorParameter;
            1   27     1          anns  [Ljava/lang/annotation/Annotation;
            4   23     2         field  Ljava/lang/reflect/Field;
            5   23     3     fieldAnns  [Ljava/lang/annotation/Annotation;
            7   23     4        merged  Ljava/util/List<Ljava/lang/annotation/Annotation;>;
           10   20     5      fieldAnn  Ljava/lang/annotation/Annotation;
           11   20     9  existingType  Z
           13   16    10           ann  Ljava/lang/annotation/Annotation;
      Exception table:
        from    to  target  type
           3    23      24  Class java.lang.NoSuchFieldException
           3    23      24  Class java.lang.SecurityException

  public java.lang.String getParameterName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter this
         0: .line 531
            aload 0 /* this */
            getfield org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter.parameterName:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/method/annotation/ModelAttributeMethodProcessor$FieldAwareConstructorParameter;
}
SourceFile: "ModelAttributeMethodProcessor.java"
NestHost: org.springframework.web.method.annotation.ModelAttributeMethodProcessor
InnerClasses:
  private FieldAwareConstructorParameter = org.springframework.web.method.annotation.ModelAttributeMethodProcessor$FieldAwareConstructorParameter of org.springframework.web.method.annotation.ModelAttributeMethodProcessor