public class net.bytebuddy.implementation.bind.annotation.Morph$Binder implements net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<net.bytebuddy.implementation.bind.annotation.Morph>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.bind.annotation.Morph$Binder
  super_class: java.lang.Object
{
  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape SERIALIZABLE_PROXY;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape DEFAULT_METHOD;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape DEFAULT_TARGET;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final net.bytebuddy.description.method.MethodDescription forwardingMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 122
            ldc Lnet/bytebuddy/implementation/bind/annotation/Morph;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            astore 0 /* methodList */
        start local 0 // net.bytebuddy.description.method.MethodList methodList
         1: .line 123
            aload 0 /* methodList */
            ldc "serializableProxy"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            putstatic net.bytebuddy.implementation.bind.annotation.Morph$Binder.SERIALIZABLE_PROXY:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 124
            aload 0 /* methodList */
            ldc "defaultMethod"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            putstatic net.bytebuddy.implementation.bind.annotation.Morph$Binder.DEFAULT_METHOD:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         3: .line 125
            aload 0 /* methodList */
            ldc "defaultTarget"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            putstatic net.bytebuddy.implementation.bind.annotation.Morph$Binder.DEFAULT_TARGET:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
        end local 0 // net.bytebuddy.description.method.MethodList methodList
         4: .line 126
            return
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            1    4     0  methodList  Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;

  protected void <init>(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.bind.annotation.Morph$Binder this
        start local 1 // net.bytebuddy.description.method.MethodDescription forwardingMethod
         0: .line 138
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 139
            aload 0 /* this */
            aload 1 /* forwardingMethod */
            putfield net.bytebuddy.implementation.bind.annotation.Morph$Binder.forwardingMethod:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 140
            return
        end local 1 // net.bytebuddy.description.method.MethodDescription forwardingMethod
        end local 0 // net.bytebuddy.implementation.bind.annotation.Morph$Binder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/bind/annotation/Morph$Binder;
            0    3     1  forwardingMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                  Name  Flags
      forwardingMethod  

  public static net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<net.bytebuddy.implementation.bind.annotation.Morph> install(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Class type
         0: .line 153
            aload 0 /* type */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.bind.annotation.Morph$Binder.install:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder;
            areturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<Lnet/bytebuddy/implementation/bind/annotation/Morph;>;
    MethodParameters:
      Name  Flags
      type  

  public static net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<net.bytebuddy.implementation.bind.annotation.Morph> install(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 167
            new net.bytebuddy.implementation.bind.annotation.Morph$Binder
            dup
            aload 0 /* typeDescription */
            invokestatic net.bytebuddy.implementation.bind.annotation.Morph$Binder.onlyMethod:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/method/MethodDescription;
            invokespecial net.bytebuddy.implementation.bind.annotation.Morph$Binder.<init>:(Lnet/bytebuddy/description/method/MethodDescription;)V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription typeDescription
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<Lnet/bytebuddy/implementation/bind/annotation/Morph;>;
    MethodParameters:
                 Name  Flags
      typeDescription  

  private static net.bytebuddy.description.method.MethodDescription onlyMethod(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 177
            aload 0 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isInterface:()Z
            ifne 2
         1: .line 178
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* typeDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not an interface"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInterfaces:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifne 4
         3: .line 180
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* typeDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " must not extend other interfaces"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isPublic:()Z
            ifne 6
         5: .line 182
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* typeDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is mot public"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isAbstract:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            astore 1 /* methodCandidates */
        start local 1 // net.bytebuddy.description.method.MethodList methodCandidates
         7: .line 185
            aload 1 /* methodCandidates */
            invokeinterface net.bytebuddy.description.method.MethodList.size:()I
            iconst_1
            if_icmpeq 9
         8: .line 186
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* typeDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " must declare exactly one abstract method"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 188
      StackMap locals: net.bytebuddy.description.method.MethodList
      StackMap stack:
            aload 1 /* methodCandidates */
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            astore 2 /* methodDescription */
        start local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        10: .line 189
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifne 12
        11: .line 190
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 2 /* methodDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not return an Object-type"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 191
      StackMap locals: net.bytebuddy.description.method.MethodDescription
      StackMap stack:
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            iconst_1
            if_icmpne 13
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            iconst_0
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            ldc [Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifne 14
        13: .line 192
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 2 /* methodDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not take a single argument of type Object[]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 194
      StackMap locals:
      StackMap stack:
            aload 2 /* methodDescription */
            areturn
        end local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 1 // net.bytebuddy.description.method.MethodList methodCandidates
        end local 0 // net.bytebuddy.description.type.TypeDescription typeDescription
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            7   15     1   methodCandidates  Lnet/bytebuddy/description/method/MethodList<*>;
           10   15     2  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public java.lang.Class<net.bytebuddy.implementation.bind.annotation.Morph> getHandledType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bind.annotation.Morph$Binder this
         0: .line 201
            ldc Lnet/bytebuddy/implementation/bind/annotation/Morph;
            areturn
        end local 0 // net.bytebuddy.implementation.bind.annotation.Morph$Binder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bind/annotation/Morph$Binder;
    Signature: ()Ljava/lang/Class<Lnet/bytebuddy/implementation/bind/annotation/Morph;>;

  public net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding<?> bind(net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.implementation.bind.annotation.Morph>, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=9, args_size=7
        start local 0 // net.bytebuddy.implementation.bind.annotation.Morph$Binder this
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 2 // net.bytebuddy.description.method.MethodDescription source
        start local 3 // net.bytebuddy.description.method.ParameterDescription target
        start local 4 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        start local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 213
            aload 3 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.Morph$Binder.forwardingMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 214
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal use of @Morph for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " which was installed for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.Morph$Binder.forwardingMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            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 217
      StackMap locals:
      StackMap stack:
            aload 1 /* annotation */
            getstatic net.bytebuddy.implementation.bind.annotation.Morph$Binder.DEFAULT_TARGET: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 8 /* typeDescription */
        start local 8 // net.bytebuddy.description.type.TypeDescription typeDescription
         3: .line 218
            aload 8 /* typeDescription */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 6
            aload 1 /* annotation */
            getstatic net.bytebuddy.implementation.bind.annotation.Morph$Binder.DEFAULT_METHOD: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 6
         4: .line 219
            aload 4 /* implementationTarget */
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.asSignatureToken:()Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;
            invokeinterface net.bytebuddy.implementation.Implementation$Target.invokeSuper:(Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;)Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            astore 7 /* specialMethodInvocation */
        start local 7 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
         5: .line 220
            goto 11
        end local 7 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
         6: .line 221
      StackMap locals: net.bytebuddy.implementation.bind.annotation.Morph$Binder net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing top net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            aload 8 /* typeDescription */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 8
         7: .line 222
            getstatic net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator$Implicit.INSTANCE:Lnet/bytebuddy/implementation/bind/annotation/Morph$Binder$DefaultMethodLocator$Implicit;
            goto 9
         8: .line 223
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator$Explicit
            dup
            aload 8 /* typeDescription */
            invokespecial net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator$Explicit.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator
         9: aload 4 /* implementationTarget */
            aload 2 /* source */
            invokeinterface net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator.resolve:(Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
        10: .line 221
            astore 7 /* specialMethodInvocation */
        start local 7 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
        11: .line 225
      StackMap locals: net.bytebuddy.implementation.bind.annotation.Morph$Binder net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.implementation.Implementation$SpecialMethodInvocation net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            aload 7 /* specialMethodInvocation */
            invokeinterface net.bytebuddy.implementation.Implementation$SpecialMethodInvocation.isValid:()Z
            ifeq 19
        12: .line 226
            new net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous
            dup
            new net.bytebuddy.implementation.bind.annotation.Morph$Binder$RedirectionProxy
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.Morph$Binder.forwardingMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
        13: .line 227
            aload 4 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
        14: .line 228
            aload 7 /* specialMethodInvocation */
        15: .line 229
            aload 5 /* assigner */
        16: .line 230
            aload 1 /* annotation */
            getstatic net.bytebuddy.implementation.bind.annotation.Morph$Binder.SERIALIZABLE_PROXY: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
            invokespecial net.bytebuddy.implementation.bind.annotation.Morph$Binder$RedirectionProxy.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Z)V
        17: .line 226
            invokespecial net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
        18: .line 230
            goto 20
        19: .line 231
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal.INSTANCE:Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding$Illegal;
        20: .line 225
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
            areturn
        end local 8 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 7 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
        end local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 4 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 3 // net.bytebuddy.description.method.ParameterDescription target
        end local 2 // net.bytebuddy.description.method.MethodDescription source
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 0 // net.bytebuddy.implementation.bind.annotation.Morph$Binder this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   21     0                     this  Lnet/bytebuddy/implementation/bind/annotation/Morph$Binder;
            0   21     1               annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/Morph;>;
            0   21     2                   source  Lnet/bytebuddy/description/method/MethodDescription;
            0   21     3                   target  Lnet/bytebuddy/description/method/ParameterDescription;
            0   21     4     implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            0   21     5                 assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   21     6                   typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            5    6     7  specialMethodInvocation  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
           11   21     7  specialMethodInvocation  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            3   21     8          typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/Morph;>;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding<*>;
    MethodParameters:
                      Name  Flags
      annotation            
      source                
      target                
      implementationTarget  
      assigner              
      typing                
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<Lnet/bytebuddy/implementation/bind/annotation/Morph;>;
SourceFile: "Morph.java"
NestHost: net.bytebuddy.implementation.bind.annotation.Morph
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract OfAbstraction = net.bytebuddy.description.ModifierReviewable$OfAbstraction of net.bytebuddy.description.ModifierReviewable
  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 SignatureToken = net.bytebuddy.description.method.MethodDescription$SignatureToken of net.bytebuddy.description.method.MethodDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract SpecialMethodInvocation = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of net.bytebuddy.implementation.Implementation
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public abstract ParameterBinding = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding of net.bytebuddy.implementation.bind.MethodDelegationBinder
  public Anonymous = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous of net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
  public final Illegal = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal of net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
  public Binder = net.bytebuddy.implementation.bind.annotation.Morph$Binder of net.bytebuddy.implementation.bind.annotation.Morph
  protected abstract DefaultMethodLocator = net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator of net.bytebuddy.implementation.bind.annotation.Morph$Binder
  public Explicit = net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator$Explicit of net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator
  public final Implicit = net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator$Implicit of net.bytebuddy.implementation.bind.annotation.Morph$Binder$DefaultMethodLocator
  protected RedirectionProxy = net.bytebuddy.implementation.bind.annotation.Morph$Binder$RedirectionProxy of net.bytebuddy.implementation.bind.annotation.Morph$Binder
  public abstract ParameterBinder = net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder of net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()