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

  public abstract net.bytebuddy.description.type.TypeDescription getType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "JavaConstant.java"
NestMembers:
  net.bytebuddy.utility.JavaConstant$Dynamic  net.bytebuddy.utility.JavaConstant$MethodHandle  net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher  net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$AbstractBase  net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$CreationAction  net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForJava7CapableVm  net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForJava8CapableVm  net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm  net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$Initializable  net.bytebuddy.utility.JavaConstant$MethodHandle$HandleType  net.bytebuddy.utility.JavaConstant$MethodType  net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher  net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$CreationAction  net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForJava7CapableVm  net.bytebuddy.utility.JavaConstant$MethodType$Dispatcher$ForLegacyVm
InnerClasses:
  public Dynamic = net.bytebuddy.utility.JavaConstant$Dynamic of net.bytebuddy.utility.JavaConstant
  public MethodHandle = net.bytebuddy.utility.JavaConstant$MethodHandle of net.bytebuddy.utility.JavaConstant
  public MethodType = net.bytebuddy.utility.JavaConstant$MethodType of net.bytebuddy.utility.JavaConstant