public final class com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public final java.lang.Class<?> type;
    descriptor: Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  public final java.lang.Class<?> scope;
    descriptor: Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  public final java.lang.Object key;
    descriptor: Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private final int hashCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Class<?>, java.lang.Class<?>, );
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.Class scope
        start local 3 // java.lang.Object key
         0: .line 150
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 151
            aload 3 /* key */
            ifnonnull 3
         2: .line 152
            new java.lang.IllegalArgumentException
            dup
            ldc "Can not construct IdKey for null key"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 154
      StackMap locals: com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey java.lang.Class java.lang.Class java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            putfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.type:Ljava/lang/Class;
         4: .line 155
            aload 0 /* this */
            aload 2 /* scope */
            putfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.scope:Ljava/lang/Class;
         5: .line 156
            aload 0 /* this */
            aload 3 /* key */
            putfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.key:Ljava/lang/Object;
         6: .line 158
            aload 3 /* key */
            invokevirtual java.lang.Object.hashCode:()I
            aload 1 /* type */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 4 /* h */
        start local 4 // int h
         7: .line 159
            aload 2 /* scope */
            ifnull 9
         8: .line 160
            iload 4 /* h */
            aload 2 /* scope */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ixor
            istore 4 /* h */
         9: .line 162
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* h */
            putfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.hashCode:I
        10: .line 163
            return
        end local 4 // int h
        end local 3 // java.lang.Object key
        end local 2 // java.lang.Class scope
        end local 1 // java.lang.Class type
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerator$IdKey;
            0   11     1   type  Ljava/lang/Class<*>;
            0   11     2  scope  Ljava/lang/Class<*>;
            0   11     3    key  Ljava/lang/Object;
            7   11     4      h  I
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/Object;)V
    MethodParameters:
       Name  Flags
      type   
      scope  
      key    

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey this
         0: .line 166
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.hashCode:I
            ireturn
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerator$IdKey;

  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 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey this
        start local 1 // java.lang.Object o
         0: .line 171
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 172
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnonnull 2
            iconst_0
            ireturn
         2: .line 173
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
            iconst_0
            ireturn
         3: .line 174
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
            astore 2 /* other */
        start local 2 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey other
         4: .line 175
            aload 2 /* other */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.key:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 2 /* other */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.type:Ljava/lang/Class;
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.type:Ljava/lang/Class;
            if_acmpne 5
            aload 2 /* other */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.scope:Ljava/lang/Class;
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.scope:Ljava/lang/Class;
            if_acmpne 5
            iconst_1
            ireturn
      StackMap locals: com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey other
        end local 1 // java.lang.Object o
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerator$IdKey;
            0    6     1      o  Ljava/lang/Object;
            4    6     2  other  Lcom/fasterxml/jackson/annotation/ObjectIdGenerator$IdKey;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey this
         0: .line 180
            ldc "[ObjectId: key=%s, type=%s, scope=%s]"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.key:Ljava/lang/Object;
            aastore
            dup
            iconst_1
         1: .line 181
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.type:Ljava/lang/Class;
            ifnonnull 2
            ldc "NONE"
            goto 3
      StackMap locals: com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         2: aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.type:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
      StackMap locals: com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         3: aastore
            dup
            iconst_2
         4: .line 182
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.scope:Ljava/lang/Class;
            ifnonnull 5
            ldc "NONE"
            goto 6
      StackMap locals: com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         5: aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.scope:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
      StackMap locals: com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         6: aastore
         7: .line 180
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerator$IdKey;
}
SourceFile: "ObjectIdGenerator.java"
NestHost: com.fasterxml.jackson.annotation.ObjectIdGenerator
InnerClasses:
  public final IdKey = com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey of com.fasterxml.jackson.annotation.ObjectIdGenerator