public interface net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher
  super_class: java.lang.Object
{
  public abstract java.lang.Class<?> returnType();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
            Name  Flags
      methodType  

  public abstract java.lang.Class<?>[] parameterArray();
    descriptor: (Ljava/lang/Object;)[Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Object;)[Ljava/lang/Class<*>;
    MethodParameters:
            Name  Flags
      methodType  
}
SourceFile: "JavaConstant.java"
NestHost: net.bytebuddy.utility.JavaConstant
InnerClasses:
  public MethodType = net.bytebuddy.utility.JavaConstant$MethodType of net.bytebuddy.utility.JavaConstant
  protected abstract Dispatcher = net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher of net.bytebuddy.utility.JavaConstant$MethodType
  public final CreationAction = net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$CreationAction of net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher
  public ForJava7CapableVm = net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm of net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher
  public final ForLegacyVm = net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForLegacyVm of net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher