public final class net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory extends java.lang.Enum<net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory> implements net.bytebuddy.asm.Advice$OffsetMapping$Factory<net.bytebuddy.asm.Advice$FieldValue>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory INSTANCE;
    descriptor: Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 2287
            new net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory.<init>:(Ljava/lang/String;I)V
         1: .line 2290
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
         2: .line 2285
            iconst_1
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory
            dup
            iconst_0
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
            aastore
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory this
         0: .line 2285
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.lang.Class<net.bytebuddy.asm.Advice$FieldValue> getAnnotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory this
         0: .line 2296
            ldc Lnet/bytebuddy/asm/Advice$FieldValue;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
    Signature: ()Ljava/lang/Class<Lnet/bytebuddy/asm/Advice$FieldValue;>;

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.asm.Advice$FieldValue>, net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory this
        start local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
         0: .line 2305
            aload 3 /* adviceType */
            invokevirtual net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.isDelegation:()Z
            ifeq 2
            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
            ifne 2
         1: .line 2306
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot write to field for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " in read-only context"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2308
      StackMap locals:
      StackMap stack:
            aload 2 /* annotation */
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField.DECLARING_TYPE: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/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 4 /* declaringType */
        start local 4 // net.bytebuddy.description.type.TypeDescription declaringType
         3: .line 2309
            aload 4 /* declaringType */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 5
         4: .line 2310
            new net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithImplicitType
            dup
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 2 /* annotation */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithImplicitType.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;)V
            goto 6
         5: .line 2311
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType
            dup
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 2 /* annotation */
            aload 4 /* declaringType */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/description/type/TypeDescription;)V
         6: .line 2309
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
            areturn
        end local 4 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
            0    7     1         target  Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            0    7     2     annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$FieldValue;>;
            0    7     3     adviceType  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            3    7     4  declaringType  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$FieldValue;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    MethodParameters:
            Name  Flags
      target      
      annotation  
      adviceType  

  public static net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory[] values();
    descriptor: ()[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<Lnet/bytebuddy/asm/Advice$FieldValue;>;
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 Factory = net.bytebuddy.asm.Advice$OffsetMapping$Factory of net.bytebuddy.asm.Advice$OffsetMapping
  public final AdviceType = net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  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
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  public WithExplicitType = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType of net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  public WithImplicitType = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithImplicitType of net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription