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

  public void <init>(net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.method.MethodDescription$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$ForMethod this
        start local 1 // net.bytebuddy.dynamic.Transformer transformer
         0: .line 266
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 267
            aload 0 /* this */
            aload 1 /* transformer */
            putfield net.bytebuddy.dynamic.Transformer$ForMethod.transformer:Lnet/bytebuddy/dynamic/Transformer;
         2: .line 268
            return
        end local 1 // net.bytebuddy.dynamic.Transformer transformer
        end local 0 // net.bytebuddy.dynamic.Transformer$ForMethod this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lnet/bytebuddy/dynamic/Transformer$ForMethod;
            0    3     1  transformer  Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription$Token;>;
    Signature: (Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription$Token;>;)V
    MethodParameters:
             Name  Flags
      transformer  

  public static net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.method.MethodDescription> withModifiers(net.bytebuddy.description.modifier.ModifierContributor$ForMethod[]);
    descriptor: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)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$ForMethod[] modifierContributor
         0: .line 278
            aload 0 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic net.bytebuddy.dynamic.Transformer$ForMethod.withModifiers:(Ljava/util/List;)Lnet/bytebuddy/dynamic/Transformer;
            areturn
        end local 0 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;
    Signature: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;
    MethodParameters:
                     Name  Flags
      modifierContributor  

  public static net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.method.MethodDescription> withModifiers(java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForMethod>);
    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 289
            new net.bytebuddy.dynamic.Transformer$ForMethod
            dup
            new net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer
            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$ForMethod$MethodModifierTransformer.<init>:(Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;)V
            invokespecial net.bytebuddy.dynamic.Transformer$ForMethod.<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$ForMethod;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;)Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;
    MethodParameters:
                      Name  Flags
      modifierContributors  

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

  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.method.MethodDescription
            invokevirtual net.bytebuddy.dynamic.Transformer$ForMethod.transform:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/description/method/MethodDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;
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.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
  public abstract ForMethod = net.bytebuddy.description.modifier.ModifierContributor$ForMethod of net.bytebuddy.description.modifier.ModifierContributor
  public Resolver = net.bytebuddy.description.modifier.ModifierContributor$Resolver of net.bytebuddy.description.modifier.ModifierContributor
  public ForMethod = net.bytebuddy.dynamic.Transformer$ForMethod of net.bytebuddy.dynamic.Transformer
  protected MethodModifierTransformer = net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer of net.bytebuddy.dynamic.Transformer$ForMethod
  protected TransformedMethod = net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod of net.bytebuddy.dynamic.Transformer$ForMethod
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()