public class org.hibernate.cfg.SetSimpleValueTypeSecondPass implements org.hibernate.cfg.SecondPass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cfg.SetSimpleValueTypeSecondPass
  super_class: java.lang.Object
{
  org.hibernate.cfg.annotations.SimpleValueBinder binder;
    descriptor: Lorg/hibernate/cfg/annotations/SimpleValueBinder;
    flags: (0x0000) 

  public void <init>(org.hibernate.cfg.annotations.SimpleValueBinder);
    descriptor: (Lorg/hibernate/cfg/annotations/SimpleValueBinder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.SetSimpleValueTypeSecondPass this
        start local 1 // org.hibernate.cfg.annotations.SimpleValueBinder val
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* val */
            putfield org.hibernate.cfg.SetSimpleValueTypeSecondPass.binder:Lorg/hibernate/cfg/annotations/SimpleValueBinder;
         2: .line 22
            return
        end local 1 // org.hibernate.cfg.annotations.SimpleValueBinder val
        end local 0 // org.hibernate.cfg.SetSimpleValueTypeSecondPass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/cfg/SetSimpleValueTypeSecondPass;
            0    3     1   val  Lorg/hibernate/cfg/annotations/SimpleValueBinder;
    MethodParameters:
      Name  Flags
      val   

  public void doSecondPass(java.util.Map);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.SetSimpleValueTypeSecondPass this
        start local 1 // java.util.Map persistentClasses
         0: .line 25
            aload 0 /* this */
            getfield org.hibernate.cfg.SetSimpleValueTypeSecondPass.binder:Lorg/hibernate/cfg/annotations/SimpleValueBinder;
            invokevirtual org.hibernate.cfg.annotations.SimpleValueBinder.fillSimpleValue:()V
         1: .line 26
            return
        end local 1 // java.util.Map persistentClasses
        end local 0 // org.hibernate.cfg.SetSimpleValueTypeSecondPass this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/hibernate/cfg/SetSimpleValueTypeSecondPass;
            0    2     1  persistentClasses  Ljava/util/Map;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
                   Name  Flags
      persistentClasses  
}
SourceFile: "SetSimpleValueTypeSecondPass.java"