public interface net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$Initializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$Initializable
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher initialize();
    descriptor: ()Lnet/bytebuddy/utility/JavaConstant$MethodHandle$Dispatcher;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object publicLookup();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Class<?> lookupType();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
        Name  Flags
      lookup  
}
SourceFile: "JavaConstant.java"
NestHost: net.bytebuddy.utility.JavaConstant
InnerClasses:
  public MethodHandle = net.bytebuddy.utility.JavaConstant$MethodHandle of net.bytebuddy.utility.JavaConstant
  protected abstract Dispatcher = net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher of net.bytebuddy.utility.JavaConstant$MethodHandle
  public abstract Initializable = net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$Initializable of net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher