public class net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm implements net.bytebuddy.dynamic.DynamicType$Default$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm
  super_class: java.lang.Object
{
  private final java.lang.reflect.Method toPath;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  protected void <init>(java.lang.reflect.Method, java.lang.reflect.Method, java.lang.Object[]);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;[Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm this
        start local 1 // java.lang.reflect.Method toPath
        start local 2 // java.lang.reflect.Method move
        start local 3 // java.lang.Object[] copyOptions
         0: .line 5586
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 5587
            aload 0 /* this */
            aload 1 /* toPath */
            putfield net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm.toPath:Ljava/lang/reflect/Method;
         2: .line 5588
            aload 0 /* this */
            aload 2 /* move */
            putfield net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm.move:Ljava/lang/reflect/Method;
         3: .line 5589
            aload 0 /* this */
            aload 3 /* copyOptions */
            putfield net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm.copyOptions:[Ljava/lang/Object;
         4: .line 5590
            return
        end local 3 // java.lang.Object[] copyOptions
        end local 2 // java.lang.reflect.Method move
        end local 1 // java.lang.reflect.Method toPath
        end local 0 // net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/dynamic/DynamicType$Default$Dispatcher$ForJava7CapableVm;
            0    5     1       toPath  Ljava/lang/reflect/Method;
            0    5     2         move  Ljava/lang/reflect/Method;
            0    5     3  copyOptions  [Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      toPath       
      move         
      copyOptions  

  public boolean copy(java.io.File, java.io.File);
    descriptor: (Ljava/io/File;Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm this
        start local 1 // java.io.File source
        start local 2 // java.io.File target
         0: .line 5597
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm.move:Ljava/lang/reflect/Method;
            aconst_null
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm.toPath:Ljava/lang/reflect/Method;
            aload 1 /* source */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm.toPath:Ljava/lang/reflect/Method;
            aload 2 /* target */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm.copyOptions:[Ljava/lang/Object;
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 5598
            iconst_0
            ireturn
         2: .line 5599
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 5600
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access NIO file copy"
            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 5601
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 5602
            aload 3 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            astore 4 /* cause */
        start local 4 // java.lang.Throwable cause
         6: .line 5603
            aload 4 /* cause */
            instanceof java.io.IOException
            ifeq 8
         7: .line 5604
            aload 4 /* cause */
            checkcast java.io.IOException
            athrow
         8: .line 5606
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Cannot execute NIO file copy"
            aload 4 /* cause */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Throwable cause
        end local 3 // java.lang.reflect.InvocationTargetException exception
        end local 2 // java.io.File target
        end local 1 // java.io.File source
        end local 0 // net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lnet/bytebuddy/dynamic/DynamicType$Default$Dispatcher$ForJava7CapableVm;
            0    9     1     source  Ljava/io/File;
            0    9     2     target  Ljava/io/File;
            3    4     3  exception  Ljava/lang/IllegalAccessException;
            5    9     3  exception  Ljava/lang/reflect/InvocationTargetException;
            6    9     4      cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      source  
      target  
}
SourceFile: "DynamicType.java"
NestHost: net.bytebuddy.dynamic.DynamicType
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public Default = net.bytebuddy.dynamic.DynamicType$Default of net.bytebuddy.dynamic.DynamicType
  protected abstract Dispatcher = net.bytebuddy.dynamic.DynamicType$Default$Dispatcher of net.bytebuddy.dynamic.DynamicType$Default
  public ForJava7CapableVm = net.bytebuddy.dynamic.DynamicType$Default$Dispatcher$ForJava7CapableVm of net.bytebuddy.dynamic.DynamicType$Default$Dispatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()