public final class com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators$Base<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator
  super_class: com.fasterxml.jackson.annotation.ObjectIdGenerators$Base
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected transient int _nextValue;
    descriptor: I
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
         0: .line 88
            aload 0 /* this */
            ldc Ljava/lang/Object;
            iconst_m1
            invokespecial com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator.<init>:(Ljava/lang/Class;I)V
            return
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerators$IntSequenceGenerator;

  public void <init>(java.lang.Class<?>, );
    descriptor: (Ljava/lang/Class;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
        start local 1 // java.lang.Class scope
        start local 2 // int fv
         0: .line 90
            aload 0 /* this */
            aload 1 /* scope */
            invokespecial com.fasterxml.jackson.annotation.ObjectIdGenerators$Base.<init>:(Ljava/lang/Class;)V
         1: .line 91
            aload 0 /* this */
            iload 2 /* fv */
            putfield com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator._nextValue:I
         2: .line 92
            return
        end local 2 // int fv
        end local 1 // java.lang.Class scope
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerators$IntSequenceGenerator;
            0    3     1  scope  Ljava/lang/Class<*>;
            0    3     2     fv  I
    Signature: (Ljava/lang/Class<*>;I)V
    MethodParameters:
       Name  Flags
      scope  
      fv     

  protected int initialValue();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
         0: .line 94
            iconst_1
            ireturn
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerators$IntSequenceGenerator;

  public com.fasterxml.jackson.annotation.ObjectIdGenerator<java.lang.Integer> forScope(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lcom/fasterxml/jackson/annotation/ObjectIdGenerator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
        start local 1 // java.lang.Class scope
         0: .line 98
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator._scope:Ljava/lang/Class;
            aload 1 /* scope */
            if_acmpne 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: new com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator
            dup
            aload 1 /* scope */
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator._nextValue:I
            invokespecial com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator.<init>:(Ljava/lang/Class;I)V
      StackMap locals:
      StackMap stack: com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator
         2: areturn
        end local 1 // java.lang.Class scope
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerators$IntSequenceGenerator;
            0    3     1  scope  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lcom/fasterxml/jackson/annotation/ObjectIdGenerator<Ljava/lang/Integer;>;
    MethodParameters:
       Name  Flags
      scope  

  public com.fasterxml.jackson.annotation.ObjectIdGenerator<java.lang.Integer> newForSerialization();
    descriptor: (Ljava/lang/Object;)Lcom/fasterxml/jackson/annotation/ObjectIdGenerator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
        start local 1 // java.lang.Object context
         0: .line 103
            new com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator
            dup
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator._scope:Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator.initialValue:()I
            invokespecial com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator.<init>:(Ljava/lang/Class;I)V
            areturn
        end local 1 // java.lang.Object context
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerators$IntSequenceGenerator;
            0    1     1  context  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lcom/fasterxml/jackson/annotation/ObjectIdGenerator<Ljava/lang/Integer;>;
    MethodParameters:
         Name  Flags
      context  

  public com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey key(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/fasterxml/jackson/annotation/ObjectIdGenerator$IdKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
        start local 1 // java.lang.Object key
         0: .line 109
            aload 1 /* key */
            ifnonnull 2
         1: .line 110
            aconst_null
            areturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            new com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator._scope:Ljava/lang/Class;
            aload 1 /* key */
            invokespecial com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey.<init>:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Object;)V
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerators$IntSequenceGenerator;
            0    3     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Integer generateId(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
        start local 1 // java.lang.Object forPojo
         0: .line 118
            aload 1 /* forPojo */
            ifnonnull 2
         1: .line 119
            aconst_null
            areturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator._nextValue:I
            istore 2 /* id */
        start local 2 // int id
         3: .line 122
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator._nextValue:I
            iconst_1
            iadd
            putfield com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator._nextValue:I
         4: .line 123
            iload 2 /* id */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int id
        end local 1 // java.lang.Object forPojo
        end local 0 // com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/fasterxml/jackson/annotation/ObjectIdGenerators$IntSequenceGenerator;
            0    5     1  forPojo  Ljava/lang/Object;
            3    5     2       id  I
    MethodParameters:
         Name  Flags
      forPojo  

  public java.lang.Object generateId(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator.generateId:(Ljava/lang/Object;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator);
    descriptor: (Lcom/fasterxml/jackson/annotation/ObjectIdGenerator;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.fasterxml.jackson.annotation.ObjectIdGenerators$Base.canUseFor:(Lcom/fasterxml/jackson/annotation/ObjectIdGenerator;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/fasterxml/jackson/annotation/ObjectIdGenerators$Base<Ljava/lang/Integer;>;
SourceFile: "ObjectIdGenerators.java"
NestHost: com.fasterxml.jackson.annotation.ObjectIdGenerators
InnerClasses:
  public final IdKey = com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey of com.fasterxml.jackson.annotation.ObjectIdGenerator
  private abstract Base = com.fasterxml.jackson.annotation.ObjectIdGenerators$Base of com.fasterxml.jackson.annotation.ObjectIdGenerators
  public final IntSequenceGenerator = com.fasterxml.jackson.annotation.ObjectIdGenerators$IntSequenceGenerator of com.fasterxml.jackson.annotation.ObjectIdGenerators