public interface net.bytebuddy.description.field.FieldDescription$InDefinedShape extends net.bytebuddy.description.field.FieldDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.field.FieldDescription$InDefinedShape
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.description.type.TypeDescription getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public net.bytebuddy.description.type.TypeDefinition getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface net.bytebuddy.description.field.FieldDescription$InDefinedShape.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FieldDescription.java"
NestHost: net.bytebuddy.description.field.FieldDescription
InnerClasses:
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract AbstractBase = net.bytebuddy.description.field.FieldDescription$InDefinedShape$AbstractBase of net.bytebuddy.description.field.FieldDescription$InDefinedShape