public class net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType extends net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType
  super_class: net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
{
  private final net.bytebuddy.description.type.TypeDescription declaringType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.asm.Advice$FieldValue>, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 3 // net.bytebuddy.description.type.TypeDescription declaringType
         0: .line 2248
            aload 0 /* this */
            aload 1 /* target */
         1: .line 2249
            aload 2 /* annotation */
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField.READ_ONLY:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            ldc Ljava/lang/Boolean;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         2: .line 2250
            aload 2 /* annotation */
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField.TYPING:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            ldc Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.loadSilent:(Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded;
            ldc Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue$Loaded.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast net.bytebuddy.implementation.bytecode.assign.Assigner$Typing
         3: .line 2251
            aload 2 /* annotation */
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField.VALUE:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            ldc Ljava/lang/String;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.String
         4: .line 2252
            aload 3 /* declaringType */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;)V
         5: .line 2253
            return
        end local 3 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$WithExplicitType;
            0    6     1         target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    6     2     annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$FieldValue;>;
            0    6     3  declaringType  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$FieldValue;>;Lnet/bytebuddy/description/type/TypeDescription;)V
    MethodParameters:
               Name  Flags
      target         
      annotation     
      declaringType  

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing, java.lang.String, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        start local 2 // boolean readOnly
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        start local 4 // java.lang.String name
        start local 5 // net.bytebuddy.description.type.TypeDescription declaringType
         0: .line 2269
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* readOnly */
            aload 3 /* typing */
            aload 4 /* name */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Ljava/lang/String;)V
         1: .line 2270
            aload 0 /* this */
            aload 5 /* declaringType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 2271
            return
        end local 5 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 4 // java.lang.String name
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 2 // boolean readOnly
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$WithExplicitType;
            0    3     1         target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    3     2       readOnly  Z
            0    3     3         typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            0    3     4           name  Ljava/lang/String;
            0    3     5  declaringType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
               Name  Flags
      target         
      readOnly       
      typing         
      name           
      declaringType  

  protected net.bytebuddy.dynamic.scaffold.FieldLocator fieldLocator(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 2275
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
            ldc Lnet/bytebuddy/dynamic/TargetType;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifne 2
            aload 1 /* instrumentedType */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 2
         1: .line 2276
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is no super type of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* instrumentedType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2278
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.dynamic.scaffold.FieldLocator$ForExactType
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType.declaringType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* instrumentedType */
            invokestatic net.bytebuddy.dynamic.TargetType.resolve:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/type/TypeDescription;
            invokespecial net.bytebuddy.dynamic.scaffold.FieldLocator$ForExactType.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$WithExplicitType;
            0    3     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract FieldValue = net.bytebuddy.asm.Advice$FieldValue of net.bytebuddy.asm.Advice
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract ForField = net.bytebuddy.asm.Advice$OffsetMapping$ForField of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Unresolved = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved of net.bytebuddy.asm.Advice$OffsetMapping$ForField
  public WithExplicitType = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType of net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract Loaded = net.bytebuddy.description.annotation.AnnotationValue$Loaded of net.bytebuddy.description.annotation.AnnotationValue
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public ForExactType = net.bytebuddy.dynamic.scaffold.FieldLocator$ForExactType of net.bytebuddy.dynamic.scaffold.FieldLocator
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()