public class org.hibernate.cfg.annotations.ArrayBinder extends org.hibernate.cfg.annotations.ListBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cfg.annotations.ArrayBinder
  super_class: org.hibernate.cfg.annotations.ListBinder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.ArrayBinder this
         0: .line 20
            aload 0 /* this */
            invokespecial org.hibernate.cfg.annotations.ListBinder.<init>:()V
         1: .line 21
            return
        end local 0 // org.hibernate.cfg.annotations.ArrayBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/annotations/ArrayBinder;

  protected org.hibernate.mapping.Collection createCollection(org.hibernate.mapping.PersistentClass);
    descriptor: (Lorg/hibernate/mapping/PersistentClass;)Lorg/hibernate/mapping/Collection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.ArrayBinder this
        start local 1 // org.hibernate.mapping.PersistentClass persistentClass
         0: .line 24
            new org.hibernate.mapping.Array
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.cfg.annotations.ArrayBinder.getBuildingContext:()Lorg/hibernate/boot/spi/MetadataBuildingContext;
            aload 1 /* persistentClass */
            invokespecial org.hibernate.mapping.Array.<init>:(Lorg/hibernate/boot/spi/MetadataBuildingContext;Lorg/hibernate/mapping/PersistentClass;)V
            areturn
        end local 1 // org.hibernate.mapping.PersistentClass persistentClass
        end local 0 // org.hibernate.cfg.annotations.ArrayBinder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/cfg/annotations/ArrayBinder;
            0    1     1  persistentClass  Lorg/hibernate/mapping/PersistentClass;
    MethodParameters:
                 Name  Flags
      persistentClass  
}
SourceFile: "ArrayBinder.java"