public abstract class net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride implements net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher, net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Initializable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride
  super_class: java.lang.Object
{
  protected final java.lang.reflect.Method findLoadedClass;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.reflect.Method defineClass;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.reflect.Method getPackage;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.reflect.Method definePackage;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
        start local 1 // java.lang.reflect.Method findLoadedClass
        start local 2 // java.lang.reflect.Method defineClass
        start local 3 // java.lang.reflect.Method getPackage
        start local 4 // java.lang.reflect.Method definePackage
         0: .line 1006
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1010
            aload 0 /* this */
            aload 1 /* findLoadedClass */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.findLoadedClass:Ljava/lang/reflect/Method;
         2: .line 1011
            aload 0 /* this */
            aload 2 /* defineClass */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.defineClass:Ljava/lang/reflect/Method;
         3: .line 1012
            aload 0 /* this */
            aload 3 /* getPackage */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.getPackage:Ljava/lang/reflect/Method;
         4: .line 1013
            aload 0 /* this */
            aload 4 /* definePackage */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.definePackage:Ljava/lang/reflect/Method;
         5: .line 1014
            return
        end local 4 // java.lang.reflect.Method definePackage
        end local 3 // java.lang.reflect.Method getPackage
        end local 2 // java.lang.reflect.Method defineClass
        end local 1 // java.lang.reflect.Method findLoadedClass
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
            0    6     1  findLoadedClass  Ljava/lang/reflect/Method;
            0    6     2      defineClass  Ljava/lang/reflect/Method;
            0    6     3       getPackage  Ljava/lang/reflect/Method;
            0    6     4    definePackage  Ljava/lang/reflect/Method;
    MethodParameters:
                 Name  Flags
      findLoadedClass  
      defineClass      
      getPackage       
      definePackage    

  protected static net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Initializable make();
    descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$Initializable;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 1022
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        SuppressFBWarnings()

  public boolean isAvailable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
         0: .line 1101
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;

  public net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher initialize();
    descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
         0: .line 1108
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* securityManager */
        start local 1 // java.lang.SecurityManager securityManager
         1: .line 1109
            aload 1 /* securityManager */
            ifnull 6
         2: .line 1111
            aload 1 /* securityManager */
            getstatic net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.SUPPRESS_ACCESS_CHECKS:Ljava/security/Permission;
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
         3: .line 1112
            goto 6
      StackMap locals: net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride java.lang.SecurityManager
      StackMap stack: java.lang.Exception
         4: astore 2 /* exception */
        start local 2 // java.lang.Exception exception
         5: .line 1113
            new net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable
            dup
            aload 2 /* exception */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokespecial net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.<init>:(Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.Exception exception
         6: .line 1116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.SecurityManager securityManager
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
            1    7     1  securityManager  Ljava/lang/SecurityManager;
            5    6     2        exception  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception

  public java.lang.Class<?> findClass(java.lang.ClassLoader, java.lang.String);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.lang.String name
         0: .line 1124
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.findLoadedClass:Ljava/lang/reflect/Method;
            aload 1 /* classLoader */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* name */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
         1: areturn
         2: .line 1125
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 1126
            new java.lang.IllegalStateException
            dup
            ldc "Could not access java.lang.ClassLoader#findClass"
            aload 3 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalAccessException exception
         4: .line 1127
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 1128
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.ClassLoader#findClass"
            aload 3 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.reflect.InvocationTargetException exception
        end local 2 // java.lang.String name
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
            0    6     1  classLoader  Ljava/lang/ClassLoader;
            0    6     2         name  Ljava/lang/String;
            3    4     3    exception  Ljava/lang/IllegalAccessException;
            5    6     3    exception  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
    Signature: (Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
             Name  Flags
      classLoader  
      name         

  public java.lang.Class<?> defineClass(java.lang.ClassLoader, java.lang.String, byte[], java.security.ProtectionDomain);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;[BLjava/security/ProtectionDomain;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.lang.String name
        start local 3 // byte[] binaryRepresentation
        start local 4 // java.security.ProtectionDomain protectionDomain
         0: .line 1137
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.defineClass:Ljava/lang/reflect/Method;
            aload 1 /* classLoader */
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* name */
            aastore
            dup
            iconst_1
            aload 3 /* binaryRepresentation */
            aastore
            dup
            iconst_2
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 3 /* binaryRepresentation */
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            aload 4 /* protectionDomain */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
         1: areturn
         2: .line 1138
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 5 /* exception */
        start local 5 // java.lang.IllegalAccessException exception
         3: .line 1139
            new java.lang.IllegalStateException
            dup
            ldc "Could not access java.lang.ClassLoader#defineClass"
            aload 5 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.IllegalAccessException exception
         4: .line 1140
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 5 /* exception */
        start local 5 // java.lang.reflect.InvocationTargetException exception
         5: .line 1141
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.ClassLoader#defineClass"
            aload 5 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.reflect.InvocationTargetException exception
        end local 4 // java.security.ProtectionDomain protectionDomain
        end local 3 // byte[] binaryRepresentation
        end local 2 // java.lang.String name
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
            0    6     1           classLoader  Ljava/lang/ClassLoader;
            0    6     2                  name  Ljava/lang/String;
            0    6     3  binaryRepresentation  [B
            0    6     4      protectionDomain  Ljava/security/ProtectionDomain;
            3    4     5             exception  Ljava/lang/IllegalAccessException;
            5    6     5             exception  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
    Signature: (Ljava/lang/ClassLoader;Ljava/lang/String;[BLjava/security/ProtectionDomain;)Ljava/lang/Class<*>;
    MethodParameters:
                      Name  Flags
      classLoader           
      name                  
      binaryRepresentation  
      protectionDomain      

  public java.lang.Package getPackage(java.lang.ClassLoader, java.lang.String);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Package;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.lang.String name
         0: .line 1150
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.getPackage:Ljava/lang/reflect/Method;
            aload 1 /* classLoader */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* name */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Package
         1: areturn
         2: .line 1151
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 1152
            new java.lang.IllegalStateException
            dup
            ldc "Could not access java.lang.ClassLoader#getPackage"
            aload 3 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalAccessException exception
         4: .line 1153
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 1154
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.ClassLoader#getPackage"
            aload 3 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.reflect.InvocationTargetException exception
        end local 2 // java.lang.String name
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
            0    6     1  classLoader  Ljava/lang/ClassLoader;
            0    6     2         name  Ljava/lang/String;
            3    4     3    exception  Ljava/lang/IllegalAccessException;
            5    6     3    exception  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
      classLoader  
      name         

  public java.lang.Package definePackage(java.lang.ClassLoader, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.net.URL);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/net/URL;)Ljava/lang/Package;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=10
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.lang.String name
        start local 3 // java.lang.String specificationTitle
        start local 4 // java.lang.String specificationVersion
        start local 5 // java.lang.String specificationVendor
        start local 6 // java.lang.String implementationTitle
        start local 7 // java.lang.String implementationVersion
        start local 8 // java.lang.String implementationVendor
        start local 9 // java.net.URL sealBase
         0: .line 1171
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.definePackage:Ljava/lang/reflect/Method;
            aload 1 /* classLoader */
            bipush 8
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 1172
            aload 2 /* name */
            aastore
            dup
            iconst_1
         2: .line 1173
            aload 3 /* specificationTitle */
            aastore
            dup
            iconst_2
         3: .line 1174
            aload 4 /* specificationVersion */
            aastore
            dup
            iconst_3
         4: .line 1175
            aload 5 /* specificationVendor */
            aastore
            dup
            iconst_4
         5: .line 1176
            aload 6 /* implementationTitle */
            aastore
            dup
            iconst_5
         6: .line 1177
            aload 7 /* implementationVersion */
            aastore
            dup
            bipush 6
         7: .line 1178
            aload 8 /* implementationVendor */
            aastore
            dup
            bipush 7
         8: .line 1179
            aload 9 /* sealBase */
            aastore
         9: .line 1171
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Package
        10: areturn
        11: .line 1180
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 10 /* exception */
        start local 10 // java.lang.IllegalAccessException exception
        12: .line 1181
            new java.lang.IllegalStateException
            dup
            ldc "Could not access java.lang.ClassLoader#definePackage"
            aload 10 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 10 // java.lang.IllegalAccessException exception
        13: .line 1182
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 10 /* exception */
        start local 10 // java.lang.reflect.InvocationTargetException exception
        14: .line 1183
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.ClassLoader#definePackage"
            aload 10 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 10 // java.lang.reflect.InvocationTargetException exception
        end local 9 // java.net.URL sealBase
        end local 8 // java.lang.String implementationVendor
        end local 7 // java.lang.String implementationVersion
        end local 6 // java.lang.String implementationTitle
        end local 5 // java.lang.String specificationVendor
        end local 4 // java.lang.String specificationVersion
        end local 3 // java.lang.String specificationTitle
        end local 2 // java.lang.String name
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
            0   15     1            classLoader  Ljava/lang/ClassLoader;
            0   15     2                   name  Ljava/lang/String;
            0   15     3     specificationTitle  Ljava/lang/String;
            0   15     4   specificationVersion  Ljava/lang/String;
            0   15     5    specificationVendor  Ljava/lang/String;
            0   15     6    implementationTitle  Ljava/lang/String;
            0   15     7  implementationVersion  Ljava/lang/String;
            0   15     8   implementationVendor  Ljava/lang/String;
            0   15     9               sealBase  Ljava/net/URL;
           12   13    10              exception  Ljava/lang/IllegalAccessException;
           14   15    10              exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0    10      11  Class java.lang.IllegalAccessException
           0    10      13  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
                       Name  Flags
      classLoader            
      name                   
      specificationTitle     
      specificationVersion   
      specificationVendor    
      implementationTitle    
      implementationVersion  
      implementationVendor   
      sealBase               
}
SourceFile: "ClassInjector.java"
NestHost: net.bytebuddy.dynamic.loading.ClassInjector
InnerClasses:
  public UsingReflection = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection of net.bytebuddy.dynamic.loading.ClassInjector
  protected abstract Dispatcher = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection
  public abstract Initializable = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Initializable of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher
  public Unavailable = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher
  public abstract UsingUnsafeOverride = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher
  protected ForJava7CapableVm = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride
  protected ForLegacyVm = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForLegacyVm of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride