class org.springframework.format.support.FormattingConversionService$AnnotationConverterKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.format.support.FormattingConversionService$AnnotationConverterKey
  super_class: java.lang.Object
{
  private final java.lang.annotation.Annotation annotation;
    descriptor: Ljava/lang/annotation/Annotation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<?> fieldType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  public void <init>(java.lang.annotation.Annotation, java.lang.Class<?>);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
        start local 1 // java.lang.annotation.Annotation annotation
        start local 2 // java.lang.Class fieldType
         0: .line 338
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 339
            aload 0 /* this */
            aload 1 /* annotation */
            putfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.annotation:Ljava/lang/annotation/Annotation;
         2: .line 340
            aload 0 /* this */
            aload 2 /* fieldType */
            putfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.fieldType:Ljava/lang/Class;
         3: .line 341
            return
        end local 2 // java.lang.Class fieldType
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/format/support/FormattingConversionService$AnnotationConverterKey;
            0    4     1  annotation  Ljava/lang/annotation/Annotation;
            0    4     2   fieldType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)V
    MethodParameters:
            Name  Flags
      annotation  
      fieldType   

  public java.lang.annotation.Annotation getAnnotation();
    descriptor: ()Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
         0: .line 344
            aload 0 /* this */
            getfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.annotation:Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/format/support/FormattingConversionService$AnnotationConverterKey;

  public java.lang.Class<?> getFieldType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
         0: .line 348
            aload 0 /* this */
            getfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.fieldType:Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/format/support/FormattingConversionService$AnnotationConverterKey;
    Signature: ()Ljava/lang/Class<*>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
        start local 1 // java.lang.Object other
         0: .line 353
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 354
            iconst_1
            ireturn
         2: .line 356
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.springframework.format.support.FormattingConversionService$AnnotationConverterKey
            astore 2 /* otherKey */
        start local 2 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey otherKey
         3: .line 357
            aload 0 /* this */
            getfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.fieldType:Ljava/lang/Class;
            aload 2 /* otherKey */
            getfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.fieldType:Ljava/lang/Class;
            if_acmpne 4
            aload 0 /* this */
            getfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.annotation:Ljava/lang/annotation/Annotation;
            aload 2 /* otherKey */
            getfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.springframework.format.support.FormattingConversionService$AnnotationConverterKey
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey otherKey
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/springframework/format/support/FormattingConversionService$AnnotationConverterKey;
            0    5     1     other  Ljava/lang/Object;
            3    5     2  otherKey  Lorg/springframework/format/support/FormattingConversionService$AnnotationConverterKey;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
         0: .line 362
            aload 0 /* this */
            getfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.fieldType:Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
            bipush 29
            imul
            aload 0 /* this */
            getfield org.springframework.format.support.FormattingConversionService$AnnotationConverterKey.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.hashCode:()I
            iadd
            ireturn
        end local 0 // org.springframework.format.support.FormattingConversionService$AnnotationConverterKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/format/support/FormattingConversionService$AnnotationConverterKey;
}
SourceFile: "FormattingConversionService.java"
NestHost: org.springframework.format.support.FormattingConversionService
InnerClasses:
  private AnnotationConverterKey = org.springframework.format.support.FormattingConversionService$AnnotationConverterKey of org.springframework.format.support.FormattingConversionService