public class org.hibernate.cfg.annotations.HCANNHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cfg.annotations.HCANNHelper
  super_class: java.lang.Object
{
  private static java.lang.reflect.Method getMemberMethod;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 28
            ldc Lorg/hibernate/annotations/common/reflection/java/JavaXMember;
            astore 0 /* javaXMemberClass */
        start local 0 // java.lang.Class javaXMemberClass
         1: .line 30
            aload 0 /* javaXMemberClass */
            ldc "getMember"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic org.hibernate.cfg.annotations.HCANNHelper.getMemberMethod:Ljava/lang/reflect/Method;
         2: .line 32
            getstatic org.hibernate.cfg.annotations.HCANNHelper.getMemberMethod:Ljava/lang/reflect/Method;
            iconst_1
            invokevirtual java.lang.reflect.Method.setAccessible:(Z)V
         3: .line 33
            goto 11
         4: .line 34
      StackMap locals: java.lang.Class
      StackMap stack: java.lang.NoSuchMethodException
            astore 1 /* e */
        start local 1 // java.lang.NoSuchMethodException e
         5: .line 35
            new org.hibernate.AssertionFailure
            dup
         6: .line 36
            ldc "Could not resolve JavaXMember#getMember method in order to access XProperty member signature"
         7: .line 37
            aload 1 /* e */
         8: .line 35
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.NoSuchMethodException e
         9: .line 40
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        10: .line 41
            new org.hibernate.HibernateException
            dup
            ldc "Could not access org.hibernate.annotations.common.reflection.java.JavaXMember#getMember method"
            aload 1 /* e */
            invokespecial org.hibernate.HibernateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // java.lang.Class javaXMemberClass
        11: .line 43
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            1   11     0  javaXMemberClass  Ljava/lang/Class<*>;
            5    9     1                 e  Ljava/lang/NoSuchMethodException;
           10   11     1                 e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.NoSuchMethodException
           1     3       9  Class java.lang.Exception

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.HCANNHelper this
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.cfg.annotations.HCANNHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/HCANNHelper;

  public static java.lang.String annotatedElementSignature(org.hibernate.annotations.common.reflection.XProperty);
    descriptor: (Lorg/hibernate/annotations/common/reflection/XProperty;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.annotations.common.reflection.XProperty xProperty
         0: .line 46
            aload 0 /* xProperty */
            invokestatic org.hibernate.cfg.annotations.HCANNHelper.getUnderlyingMember:(Lorg/hibernate/annotations/common/reflection/XProperty;)Ljava/lang/reflect/Member;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.annotations.common.reflection.XProperty xProperty
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  xProperty  Lorg/hibernate/annotations/common/reflection/XProperty;
    MethodParameters:
           Name  Flags
      xProperty  

  public static java.lang.reflect.Member getUnderlyingMember(org.hibernate.annotations.common.reflection.XProperty);
    descriptor: (Lorg/hibernate/annotations/common/reflection/XProperty;)Ljava/lang/reflect/Member;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.hibernate.annotations.common.reflection.XProperty xProperty
         0: .line 51
            getstatic org.hibernate.cfg.annotations.HCANNHelper.getMemberMethod:Ljava/lang/reflect/Method;
            aload 0 /* xProperty */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.reflect.Member
         1: areturn
         2: .line 53
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* e */
        start local 1 // java.lang.IllegalAccessException e
         3: .line 54
            new org.hibernate.AssertionFailure
            dup
         4: .line 55
            ldc "Could not resolve member signature from XProperty reference"
         5: .line 56
            aload 1 /* e */
         6: .line 54
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.IllegalAccessException e
         7: .line 59
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* e */
        start local 1 // java.lang.reflect.InvocationTargetException e
         8: .line 60
            new org.hibernate.AssertionFailure
            dup
         9: .line 61
            ldc "Could not resolve member signature from XProperty reference"
        10: .line 62
            aload 1 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
        11: .line 60
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.reflect.InvocationTargetException e
        end local 0 // org.hibernate.annotations.common.reflection.XProperty xProperty
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0  xProperty  Lorg/hibernate/annotations/common/reflection/XProperty;
            3    7     1          e  Ljava/lang/IllegalAccessException;
            8   12     1          e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       7  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
           Name  Flags
      xProperty  
}
SourceFile: "HCANNHelper.java"