final class org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey implements java.lang.Comparable<org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey
  super_class: java.lang.Object
{
  private final org.springframework.core.convert.TypeDescriptor sourceType;
    descriptor: Lorg/springframework/core/convert/TypeDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.convert.TypeDescriptor targetType;
    descriptor: Lorg/springframework/core/convert/TypeDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor);
    descriptor: (Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey this
        start local 1 // org.springframework.core.convert.TypeDescriptor sourceType
        start local 2 // org.springframework.core.convert.TypeDescriptor targetType
         0: .line 455
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 456
            aload 0 /* this */
            aload 1 /* sourceType */
            putfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.sourceType:Lorg/springframework/core/convert/TypeDescriptor;
         2: .line 457
            aload 0 /* this */
            aload 2 /* targetType */
            putfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.targetType:Lorg/springframework/core/convert/TypeDescriptor;
         3: .line 458
            return
        end local 2 // org.springframework.core.convert.TypeDescriptor targetType
        end local 1 // org.springframework.core.convert.TypeDescriptor sourceType
        end local 0 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;
            0    4     1  sourceType  Lorg/springframework/core/convert/TypeDescriptor;
            0    4     2  targetType  Lorg/springframework/core/convert/TypeDescriptor;
    MethodParameters:
            Name  Flags
      sourceType  
      targetType  

  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.core.convert.support.GenericConversionService$ConverterCacheKey this
        start local 1 // java.lang.Object other
         0: .line 462
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 463
            iconst_1
            ireturn
         2: .line 465
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey
            ifne 4
         3: .line 466
            iconst_0
            ireturn
         4: .line 468
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey
            astore 2 /* otherKey */
        start local 2 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey otherKey
         5: .line 469
            aload 0 /* this */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.sourceType:Lorg/springframework/core/convert/TypeDescriptor;
            aload 2 /* otherKey */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.sourceType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 470
            aload 0 /* this */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.targetType:Lorg/springframework/core/convert/TypeDescriptor;
            aload 2 /* otherKey */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.targetType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 469
            iconst_1
            ireturn
      StackMap locals: org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey otherKey
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;
            0    9     1     other  Ljava/lang/Object;
            5    9     2  otherKey  Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;
    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.core.convert.support.GenericConversionService$ConverterCacheKey this
         0: .line 475
            aload 0 /* this */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.sourceType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.hashCode:()I
            bipush 29
            imul
            aload 0 /* this */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.targetType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.hashCode:()I
            iadd
            ireturn
        end local 0 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey this
         0: .line 480
            new java.lang.StringBuilder
            dup
            ldc "ConverterCacheKey [sourceType = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.sourceType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         1: .line 481
            ldc ", targetType = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.targetType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 480
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;

  public int compareTo(org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey);
    descriptor: (Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey this
        start local 1 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey other
         0: .line 486
            aload 0 /* this */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.sourceType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getResolvableType:()Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.toString:()Ljava/lang/String;
         1: .line 487
            aload 1 /* other */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.sourceType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getResolvableType:()Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.toString:()Ljava/lang/String;
         2: .line 486
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 2 /* result */
        start local 2 // int result
         3: .line 488
            iload 2 /* result */
            ifne 7
         4: .line 489
            aload 0 /* this */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.targetType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getResolvableType:()Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.toString:()Ljava/lang/String;
         5: .line 490
            aload 1 /* other */
            getfield org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.targetType:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getResolvableType:()Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.toString:()Ljava/lang/String;
         6: .line 489
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 2 /* result */
         7: .line 492
      StackMap locals: int
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey other
        end local 0 // org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;
            0    8     1   other  Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;
            3    8     2  result  I
    MethodParameters:
       Name  Flags
      other  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey
            invokevirtual org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.compareTo:(Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/springframework/core/convert/support/GenericConversionService$ConverterCacheKey;>;
SourceFile: "GenericConversionService.java"
NestHost: org.springframework.core.convert.support.GenericConversionService
InnerClasses:
  private final ConverterCacheKey = org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey of org.springframework.core.convert.support.GenericConversionService