public class net.bytebuddy.dynamic.Transformer$ForField implements net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.field.FieldDescription>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.Transformer$ForField
  super_class: java.lang.Object
{
  private final net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.field.FieldDescription$Token> transformer;
    descriptor: Lnet/bytebuddy/dynamic/Transformer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/field/FieldDescription$Token;>;

  public void <init>(net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.field.FieldDescription$Token>);
    descriptor: (Lnet/bytebuddy/dynamic/Transformer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.Transformer$ForField this
        start local 1 // net.bytebuddy.dynamic.Transformer transformer
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            aload 1 /* transformer */
            putfield net.bytebuddy.dynamic.Transformer$ForField.transformer:Lnet/bytebuddy/dynamic/Transformer;
         2: .line 100
            return
        end local 1 // net.bytebuddy.dynamic.Transformer transformer
        end local 0 // net.bytebuddy.dynamic.Transformer$ForField this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lnet/bytebuddy/dynamic/Transformer$ForField;
            0    3     1  transformer  Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/field/FieldDescription$Token;>;
    Signature: (Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/field/FieldDescription$Token;>;)V
    MethodParameters:
             Name  Flags
      transformer  

  public static net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.field.FieldDescription> withModifiers(net.bytebuddy.description.modifier.ModifierContributor$ForField[]);
    descriptor: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;)Lnet/bytebuddy/dynamic/Transformer;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.modifier.ModifierContributor$ForField[] modifierContributor
         0: .line 109
            aload 0 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic net.bytebuddy.dynamic.Transformer$ForField.withModifiers:(Ljava/util/List;)Lnet/bytebuddy/dynamic/Transformer;
            areturn
        end local 0 // net.bytebuddy.description.modifier.ModifierContributor$ForField[] modifierContributor
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;
    Signature: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;)Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/field/FieldDescription;>;
    MethodParameters:
                     Name  Flags
      modifierContributor  

  public static net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.field.FieldDescription> withModifiers(java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForField>);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/dynamic/Transformer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.util.List modifierContributors
         0: .line 119
            new net.bytebuddy.dynamic.Transformer$ForField
            dup
            new net.bytebuddy.dynamic.Transformer$ForField$FieldModifierTransformer
            dup
            aload 0 /* modifierContributors */
            invokestatic net.bytebuddy.description.modifier.ModifierContributor$Resolver.of:(Ljava/util/Collection;)Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
            invokespecial net.bytebuddy.dynamic.Transformer$ForField$FieldModifierTransformer.<init>:(Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;)V
            invokespecial net.bytebuddy.dynamic.Transformer$ForField.<init>:(Lnet/bytebuddy/dynamic/Transformer;)V
            areturn
        end local 0 // java.util.List modifierContributors
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;>;)Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/field/FieldDescription;>;
    MethodParameters:
                      Name  Flags
      modifierContributors  

  public net.bytebuddy.description.field.FieldDescription transform(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.field.FieldDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/description/field/FieldDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.Transformer$ForField this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.field.FieldDescription fieldDescription
         0: .line 126
            new net.bytebuddy.dynamic.Transformer$ForField$TransformedField
            dup
            aload 1 /* instrumentedType */
         1: .line 127
            aload 2 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
         2: .line 128
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForField.transformer:Lnet/bytebuddy/dynamic/Transformer;
            aload 1 /* instrumentedType */
            aload 2 /* fieldDescription */
            invokestatic net.bytebuddy.matcher.ElementMatchers.none:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.field.FieldDescription.asToken:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/ByteCodeElement$Token;
            checkcast net.bytebuddy.description.field.FieldDescription$Token
            invokeinterface net.bytebuddy.dynamic.Transformer.transform:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription$Token
         3: .line 129
            aload 2 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
         4: .line 126
            invokespecial net.bytebuddy.dynamic.Transformer$ForField$TransformedField.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/description/field/FieldDescription$Token;Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)V
            areturn
        end local 2 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.dynamic.Transformer$ForField this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lnet/bytebuddy/dynamic/Transformer$ForField;
            0    5     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2  fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  
      fieldDescription  

  public java.lang.Object transform(net.bytebuddy.description.type.TypeDescription, java.lang.Object);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast net.bytebuddy.description.field.FieldDescription
            invokevirtual net.bytebuddy.dynamic.Transformer$ForField.transform:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/description/field/FieldDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/field/FieldDescription;>;
SourceFile: "Transformer.java"
NestHost: net.bytebuddy.dynamic.Transformer
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
  public abstract ForField = net.bytebuddy.description.modifier.ModifierContributor$ForField of net.bytebuddy.description.modifier.ModifierContributor
  public Resolver = net.bytebuddy.description.modifier.ModifierContributor$Resolver of net.bytebuddy.description.modifier.ModifierContributor
  public ForField = net.bytebuddy.dynamic.Transformer$ForField of net.bytebuddy.dynamic.Transformer
  protected FieldModifierTransformer = net.bytebuddy.dynamic.Transformer$ForField$FieldModifierTransformer of net.bytebuddy.dynamic.Transformer$ForField
  protected TransformedField = net.bytebuddy.dynamic.Transformer$ForField$TransformedField of net.bytebuddy.dynamic.Transformer$ForField
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()