class net.sf.cglib.proxy.Enhancer$EnhancerFactoryData
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.proxy.Enhancer$EnhancerFactoryData
  super_class: java.lang.Object
{
  public final java.lang.Class generatedClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private final java.lang.reflect.Method setThreadCallbacks;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class[] primaryConstructorArgTypes;
    descriptor: [Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Constructor primaryConstructor;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Class, java.lang.Class[], boolean);
    descriptor: (Ljava/lang/Class;[Ljava/lang/Class;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // net.sf.cglib.proxy.Enhancer$EnhancerFactoryData this
        start local 1 // java.lang.Class generatedClass
        start local 2 // java.lang.Class[] primaryConstructorArgTypes
        start local 3 // boolean classOnly
         0: .line 411
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 412
            aload 0 /* this */
            aload 1 /* generatedClass */
            putfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.generatedClass:Ljava/lang/Class;
         2: .line 414
            aload 0 /* this */
            aload 1 /* generatedClass */
            ldc "CGLIB$SET_THREAD_CALLBACKS"
            invokestatic net.sf.cglib.proxy.Enhancer.getCallbacksSetter:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Method;
            putfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.setThreadCallbacks:Ljava/lang/reflect/Method;
         3: .line 415
            iload 3 /* classOnly */
            ifeq 7
         4: .line 416
            aload 0 /* this */
            aconst_null
            putfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.primaryConstructorArgTypes:[Ljava/lang/Class;
         5: .line 417
            aload 0 /* this */
            aconst_null
            putfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.primaryConstructor:Ljava/lang/reflect/Constructor;
         6: .line 418
            goto 12
         7: .line 419
      StackMap locals: net.sf.cglib.proxy.Enhancer$EnhancerFactoryData java.lang.Class java.lang.Class[] int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* primaryConstructorArgTypes */
            putfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.primaryConstructorArgTypes:[Ljava/lang/Class;
         8: .line 420
            aload 0 /* this */
            aload 1 /* generatedClass */
            aload 2 /* primaryConstructorArgTypes */
            invokestatic net.sf.cglib.core.ReflectUtils.getConstructor:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            putfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.primaryConstructor:Ljava/lang/reflect/Constructor;
         9: .line 422
            goto 12
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
        10: astore 4 /* e */
        start local 4 // java.lang.NoSuchMethodException e
        11: .line 423
            new net.sf.cglib.core.CodeGenerationException
            dup
            aload 4 /* e */
            invokespecial net.sf.cglib.core.CodeGenerationException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.NoSuchMethodException e
        12: .line 425
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean classOnly
        end local 2 // java.lang.Class[] primaryConstructorArgTypes
        end local 1 // java.lang.Class generatedClass
        end local 0 // net.sf.cglib.proxy.Enhancer$EnhancerFactoryData this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   13     0                        this  Lnet/sf/cglib/proxy/Enhancer$EnhancerFactoryData;
            0   13     1              generatedClass  Ljava/lang/Class;
            0   13     2  primaryConstructorArgTypes  [Ljava/lang/Class;
            0   13     3                   classOnly  Z
           11   12     4                           e  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           2     9      10  Class java.lang.NoSuchMethodException
    MethodParameters:
                            Name  Flags
      generatedClass              
      primaryConstructorArgTypes  
      classOnly                   

  public java.lang.Object newInstance(java.lang.Class[], java.lang.Object[], net.sf.cglib.proxy.Callback[]);
    descriptor: ([Ljava/lang/Class;[Ljava/lang/Object;[Lnet/sf/cglib/proxy/Callback;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // net.sf.cglib.proxy.Enhancer$EnhancerFactoryData this
        start local 1 // java.lang.Class[] argumentTypes
        start local 2 // java.lang.Object[] arguments
        start local 3 // net.sf.cglib.proxy.Callback[] callbacks
         0: .line 441
            aload 0 /* this */
            aload 3 /* callbacks */
            invokevirtual net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.setThreadCallbacks:([Lnet/sf/cglib/proxy/Callback;)V
         1: .line 444
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.primaryConstructorArgTypes:[Ljava/lang/Class;
            aload 1 /* argumentTypes */
            if_acmpeq 3
         2: .line 445
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.primaryConstructorArgTypes:[Ljava/lang/Class;
            aload 1 /* argumentTypes */
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 6
         3: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.primaryConstructor:Ljava/lang/reflect/Constructor;
            aload 2 /* arguments */
            invokestatic net.sf.cglib.core.ReflectUtils.newInstance:(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 5
         4: .line 454
            aload 0 /* this */
            aconst_null
            invokevirtual net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.setThreadCallbacks:([Lnet/sf/cglib/proxy/Callback;)V
         5: .line 448
            aload 5
            areturn
         6: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.generatedClass:Ljava/lang/Class;
            aload 1 /* argumentTypes */
            aload 2 /* arguments */
            invokestatic net.sf.cglib.core.ReflectUtils.newInstance:(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 5
         7: .line 454
            aload 0 /* this */
            aconst_null
            invokevirtual net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.setThreadCallbacks:([Lnet/sf/cglib/proxy/Callback;)V
         8: .line 451
            aload 5
            areturn
         9: .line 452
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 454
            aload 0 /* this */
            aconst_null
            invokevirtual net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.setThreadCallbacks:([Lnet/sf/cglib/proxy/Callback;)V
        11: .line 455
            aload 4
            athrow
        end local 3 // net.sf.cglib.proxy.Callback[] callbacks
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Class[] argumentTypes
        end local 0 // net.sf.cglib.proxy.Enhancer$EnhancerFactoryData this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lnet/sf/cglib/proxy/Enhancer$EnhancerFactoryData;
            0   12     1  argumentTypes  [Ljava/lang/Class;
            0   12     2      arguments  [Ljava/lang/Object;
            0   12     3      callbacks  [Lnet/sf/cglib/proxy/Callback;
      Exception table:
        from    to  target  type
           1     4       9  any
           6     7       9  any
    MethodParameters:
               Name  Flags
      argumentTypes  
      arguments      
      callbacks      

  private void setThreadCallbacks(net.sf.cglib.proxy.Callback[]);
    descriptor: ([Lnet/sf/cglib/proxy/Callback;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // net.sf.cglib.proxy.Enhancer$EnhancerFactoryData this
        start local 1 // net.sf.cglib.proxy.Callback[] callbacks
         0: .line 461
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.setThreadCallbacks:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$EnhancerFactoryData.generatedClass:Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* callbacks */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 462
            goto 6
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
         2: astore 2 /* e */
        start local 2 // java.lang.IllegalAccessException e
         3: .line 463
            new net.sf.cglib.core.CodeGenerationException
            dup
            aload 2 /* e */
            invokespecial net.sf.cglib.core.CodeGenerationException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalAccessException e
         4: .line 464
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* e */
        start local 2 // java.lang.reflect.InvocationTargetException e
         5: .line 465
            new net.sf.cglib.core.CodeGenerationException
            dup
            aload 2 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            invokespecial net.sf.cglib.core.CodeGenerationException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.reflect.InvocationTargetException e
         6: .line 467
      StackMap locals:
      StackMap stack:
            return
        end local 1 // net.sf.cglib.proxy.Callback[] callbacks
        end local 0 // net.sf.cglib.proxy.Enhancer$EnhancerFactoryData this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lnet/sf/cglib/proxy/Enhancer$EnhancerFactoryData;
            0    7     1  callbacks  [Lnet/sf/cglib/proxy/Callback;
            3    4     2          e  Ljava/lang/IllegalAccessException;
            5    6     2          e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
           Name  Flags
      callbacks  
}
SourceFile: "Enhancer.java"
NestHost: net.sf.cglib.proxy.Enhancer
InnerClasses:
  EnhancerFactoryData = net.sf.cglib.proxy.Enhancer$EnhancerFactoryData of net.sf.cglib.proxy.Enhancer