public class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
  super_class: java.lang.Object
{
  private final int attributeIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.type.Type type;
    descriptor: Lorg/hibernate/type/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String fetchGroupName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 17
            ldc Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeDescriptor;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor from(org.hibernate.mapping.Property, int, int);
    descriptor: (Lorg/hibernate/mapping/Property;II)Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeDescriptor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.hibernate.mapping.Property property
        start local 1 // int attributeIndex
        start local 2 // int lazyIndex
         0: .line 22
            aload 0 /* property */
            invokevirtual org.hibernate.mapping.Property.getLazyGroup:()Ljava/lang/String;
            astore 3 /* fetchGroupName */
        start local 3 // java.lang.String fetchGroupName
         1: .line 23
            aload 3 /* fetchGroupName */
            ifnonnull 6
         2: .line 24
            aload 0 /* property */
            invokevirtual org.hibernate.mapping.Property.getType:()Lorg/hibernate/type/Type;
            invokeinterface org.hibernate.type.Type.isCollectionType:()Z
            ifeq 4
         3: .line 25
            aload 0 /* property */
            invokevirtual org.hibernate.mapping.Property.getName:()Ljava/lang/String;
            goto 5
         4: .line 26
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "DEFAULT"
         5: .line 24
      StackMap locals:
      StackMap stack: java.lang.String
            astore 3 /* fetchGroupName */
         6: .line 29
      StackMap locals:
      StackMap stack:
            new org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
            dup
         7: .line 30
            iload 1 /* attributeIndex */
         8: .line 31
            iload 2 /* lazyIndex */
         9: .line 32
            aload 0 /* property */
            invokevirtual org.hibernate.mapping.Property.getName:()Ljava/lang/String;
        10: .line 33
            aload 0 /* property */
            invokevirtual org.hibernate.mapping.Property.getType:()Lorg/hibernate/type/Type;
        11: .line 34
            aload 3 /* fetchGroupName */
        12: .line 29
            invokespecial org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.<init>:(IILjava/lang/String;Lorg/hibernate/type/Type;Ljava/lang/String;)V
            areturn
        end local 3 // java.lang.String fetchGroupName
        end local 2 // int lazyIndex
        end local 1 // int attributeIndex
        end local 0 // org.hibernate.mapping.Property property
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0        property  Lorg/hibernate/mapping/Property;
            0   13     1  attributeIndex  I
            0   13     2       lazyIndex  I
            1   13     3  fetchGroupName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      property        
      attributeIndex  
      lazyIndex       

  private void <init>(int, int, java.lang.String, org.hibernate.type.Type, java.lang.String);
    descriptor: (IILjava/lang/String;Lorg/hibernate/type/Type;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
        start local 1 // int attributeIndex
        start local 2 // int lazyIndex
        start local 3 // java.lang.String name
        start local 4 // org.hibernate.type.Type type
        start local 5 // java.lang.String fetchGroupName
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            getstatic org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.$assertionsDisabled:Z
            ifne 2
            iload 1 /* attributeIndex */
            iload 2 /* lazyIndex */
            if_icmpge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 51
      StackMap locals: org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor int int java.lang.String org.hibernate.type.Type java.lang.String
      StackMap stack:
            aload 0 /* this */
            iload 1 /* attributeIndex */
            putfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.attributeIndex:I
         3: .line 52
            aload 0 /* this */
            iload 2 /* lazyIndex */
            putfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.lazyIndex:I
         4: .line 53
            aload 0 /* this */
            aload 3 /* name */
            putfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.name:Ljava/lang/String;
         5: .line 54
            aload 0 /* this */
            aload 4 /* type */
            putfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.type:Lorg/hibernate/type/Type;
         6: .line 55
            aload 0 /* this */
            aload 5 /* fetchGroupName */
            putfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.fetchGroupName:Ljava/lang/String;
         7: .line 56
            return
        end local 5 // java.lang.String fetchGroupName
        end local 4 // org.hibernate.type.Type type
        end local 3 // java.lang.String name
        end local 2 // int lazyIndex
        end local 1 // int attributeIndex
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeDescriptor;
            0    8     1  attributeIndex  I
            0    8     2       lazyIndex  I
            0    8     3            name  Ljava/lang/String;
            0    8     4            type  Lorg/hibernate/type/Type;
            0    8     5  fetchGroupName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      attributeIndex  
      lazyIndex       
      name            
      type            
      fetchGroupName  

  public int getAttributeIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
         0: .line 64
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.attributeIndex:I
            ireturn
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeDescriptor;

  public int getLazyIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
         0: .line 73
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.lazyIndex:I
            ireturn
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeDescriptor;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
         0: .line 82
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.name:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeDescriptor;

  public org.hibernate.type.Type getType();
    descriptor: ()Lorg/hibernate/type/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
         0: .line 91
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.type:Lorg/hibernate/type/Type;
            areturn
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeDescriptor;

  public java.lang.String getFetchGroupName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
         0: .line 100
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor.fetchGroupName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeDescriptor;
}
SourceFile: "LazyAttributeDescriptor.java"