public class net.bytebuddy.implementation.ToStringMethod implements net.bytebuddy.implementation.Implementation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.ToStringMethod
  super_class: java.lang.Object
{
  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape STRING_BUILDER_CONSTRUCTOR;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final net.bytebuddy.implementation.ToStringMethod$PrefixResolver prefixResolver;
    descriptor: Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String start;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String end;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String separator;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String definer;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.matcher.ElementMatcher$Junction<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape> ignored;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher$Junction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 51
            ldc Ljava/lang/StringBuilder;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 52
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
         2: .line 53
            invokestatic net.bytebuddy.matcher.ElementMatchers.isConstructor:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            invokestatic net.bytebuddy.matcher.ElementMatchers.takesArguments:([Ljava/lang/Class;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)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
         3: .line 54
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
         4: .line 51
            putstatic net.bytebuddy.implementation.ToStringMethod.STRING_BUILDER_CONSTRUCTOR:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         5: .line 59
            ldc Ljava/lang/StringBuilder;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
         6: .line 60
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
         7: .line 61
            invokestatic net.bytebuddy.matcher.ElementMatchers.isToString:()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
         8: .line 62
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
         9: .line 59
            putstatic net.bytebuddy.implementation.ToStringMethod.TO_STRING:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
        10: .line 62
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(net.bytebuddy.implementation.ToStringMethod$PrefixResolver);
    descriptor: (Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.ToStringMethod this
        start local 1 // net.bytebuddy.implementation.ToStringMethod$PrefixResolver prefixResolver
         0: .line 100
            aload 0 /* this */
            aload 1 /* prefixResolver */
            ldc "{"
            ldc "}"
            ldc ", "
            ldc "="
            invokestatic net.bytebuddy.matcher.ElementMatchers.none:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.implementation.ToStringMethod.<init>:(Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
         1: .line 101
            return
        end local 1 // net.bytebuddy.implementation.ToStringMethod$PrefixResolver prefixResolver
        end local 0 // net.bytebuddy.implementation.ToStringMethod this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lnet/bytebuddy/implementation/ToStringMethod;
            0    2     1  prefixResolver  Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;
    MethodParameters:
                Name  Flags
      prefixResolver  

  private void <init>(net.bytebuddy.implementation.ToStringMethod$PrefixResolver, java.lang.String, java.lang.String, java.lang.String, java.lang.String, net.bytebuddy.matcher.ElementMatcher$Junction<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>);
    descriptor: (Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // net.bytebuddy.implementation.ToStringMethod this
        start local 1 // net.bytebuddy.implementation.ToStringMethod$PrefixResolver prefixResolver
        start local 2 // java.lang.String start
        start local 3 // java.lang.String end
        start local 4 // java.lang.String separator
        start local 5 // java.lang.String definer
        start local 6 // net.bytebuddy.matcher.ElementMatcher$Junction ignored
         0: .line 113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 119
            aload 0 /* this */
            aload 1 /* prefixResolver */
            putfield net.bytebuddy.implementation.ToStringMethod.prefixResolver:Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;
         2: .line 120
            aload 0 /* this */
            aload 2 /* start */
            putfield net.bytebuddy.implementation.ToStringMethod.start:Ljava/lang/String;
         3: .line 121
            aload 0 /* this */
            aload 3 /* end */
            putfield net.bytebuddy.implementation.ToStringMethod.end:Ljava/lang/String;
         4: .line 122
            aload 0 /* this */
            aload 4 /* separator */
            putfield net.bytebuddy.implementation.ToStringMethod.separator:Ljava/lang/String;
         5: .line 123
            aload 0 /* this */
            aload 5 /* definer */
            putfield net.bytebuddy.implementation.ToStringMethod.definer:Ljava/lang/String;
         6: .line 124
            aload 0 /* this */
            aload 6 /* ignored */
            putfield net.bytebuddy.implementation.ToStringMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
         7: .line 125
            return
        end local 6 // net.bytebuddy.matcher.ElementMatcher$Junction ignored
        end local 5 // java.lang.String definer
        end local 4 // java.lang.String separator
        end local 3 // java.lang.String end
        end local 2 // java.lang.String start
        end local 1 // net.bytebuddy.implementation.ToStringMethod$PrefixResolver prefixResolver
        end local 0 // net.bytebuddy.implementation.ToStringMethod this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lnet/bytebuddy/implementation/ToStringMethod;
            0    8     1  prefixResolver  Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;
            0    8     2           start  Ljava/lang/String;
            0    8     3             end  Ljava/lang/String;
            0    8     4       separator  Ljava/lang/String;
            0    8     5         definer  Ljava/lang/String;
            0    8     6         ignored  Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
    Signature: (Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;)V
    MethodParameters:
                Name  Flags
      prefixResolver  
      start           
      end             
      separator       
      definer         
      ignored         

  public static net.bytebuddy.implementation.ToStringMethod prefixedByFullyQualifiedClassName();
    descriptor: ()Lnet/bytebuddy/implementation/ToStringMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 133
            getstatic net.bytebuddy.implementation.ToStringMethod$PrefixResolver$Default.FULLY_QUALIFIED_CLASS_NAME:Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver$Default;
            invokestatic net.bytebuddy.implementation.ToStringMethod.prefixedBy:(Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;)Lnet/bytebuddy/implementation/ToStringMethod;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.ToStringMethod prefixedByCanonicalClassName();
    descriptor: ()Lnet/bytebuddy/implementation/ToStringMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 142
            getstatic net.bytebuddy.implementation.ToStringMethod$PrefixResolver$Default.CANONICAL_CLASS_NAME:Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver$Default;
            invokestatic net.bytebuddy.implementation.ToStringMethod.prefixedBy:(Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;)Lnet/bytebuddy/implementation/ToStringMethod;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.ToStringMethod prefixedBySimpleClassName();
    descriptor: ()Lnet/bytebuddy/implementation/ToStringMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 151
            getstatic net.bytebuddy.implementation.ToStringMethod$PrefixResolver$Default.SIMPLE_CLASS_NAME:Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver$Default;
            invokestatic net.bytebuddy.implementation.ToStringMethod.prefixedBy:(Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;)Lnet/bytebuddy/implementation/ToStringMethod;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.ToStringMethod prefixedBy(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/ToStringMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String prefix
         0: .line 161
            aload 0 /* prefix */
            ifnonnull 2
         1: .line 162
            new java.lang.IllegalArgumentException
            dup
            ldc "Prefix cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 164
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.ToStringMethod$PrefixResolver$ForFixedValue
            dup
            aload 0 /* prefix */
            invokespecial net.bytebuddy.implementation.ToStringMethod$PrefixResolver$ForFixedValue.<init>:(Ljava/lang/String;)V
            invokestatic net.bytebuddy.implementation.ToStringMethod.prefixedBy:(Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;)Lnet/bytebuddy/implementation/ToStringMethod;
            areturn
        end local 0 // java.lang.String prefix
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  prefix  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  

  public static net.bytebuddy.implementation.ToStringMethod prefixedBy(net.bytebuddy.implementation.ToStringMethod$PrefixResolver);
    descriptor: (Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;)Lnet/bytebuddy/implementation/ToStringMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.ToStringMethod$PrefixResolver prefixResolver
         0: .line 174
            new net.bytebuddy.implementation.ToStringMethod
            dup
            aload 0 /* prefixResolver */
            invokespecial net.bytebuddy.implementation.ToStringMethod.<init>:(Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;)V
            areturn
        end local 0 // net.bytebuddy.implementation.ToStringMethod$PrefixResolver prefixResolver
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0  prefixResolver  Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;
    MethodParameters:
                Name  Flags
      prefixResolver  

  public net.bytebuddy.implementation.ToStringMethod withIgnoredFields(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/implementation/ToStringMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.ToStringMethod this
        start local 1 // net.bytebuddy.matcher.ElementMatcher ignored
         0: .line 185
            new net.bytebuddy.implementation.ToStringMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.prefixResolver:Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.start:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.end:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.separator:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.definer:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* ignored */
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.or:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.implementation.ToStringMethod.<init>:(Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
            areturn
        end local 1 // net.bytebuddy.matcher.ElementMatcher ignored
        end local 0 // net.bytebuddy.implementation.ToStringMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/bytebuddy/implementation/ToStringMethod;
            0    1     1  ignored  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;)Lnet/bytebuddy/implementation/ToStringMethod;
    MethodParameters:
         Name  Flags
      ignored  

  public net.bytebuddy.implementation.Implementation withTokens(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.ToStringMethod this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String end
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String definer
         0: .line 198
            aload 1 /* start */
            ifnull 1
            aload 2 /* end */
            ifnull 1
            aload 3 /* separator */
            ifnull 1
            aload 4 /* definer */
            ifnonnull 2
         1: .line 199
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Token values cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 201
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.ToStringMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.prefixResolver:Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* separator */
            aload 4 /* definer */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.implementation.ToStringMethod.<init>:(Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
            areturn
        end local 4 // java.lang.String definer
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String end
        end local 1 // java.lang.String start
        end local 0 // net.bytebuddy.implementation.ToStringMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lnet/bytebuddy/implementation/ToStringMethod;
            0    3     1      start  Ljava/lang/String;
            0    3     2        end  Ljava/lang/String;
            0    3     3  separator  Ljava/lang/String;
            0    3     4    definer  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      start      
      end        
      separator  
      definer    

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.ToStringMethod this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 208
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.ToStringMethod this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/ToStringMethod;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.ToStringMethod$Appender appender(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/ToStringMethod$Appender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // net.bytebuddy.implementation.ToStringMethod this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 215
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isInterface:()Z
            ifeq 2
         1: .line 216
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot implement meaningful toString method for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            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 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.prefixResolver:Lnet/bytebuddy/implementation/ToStringMethod$PrefixResolver;
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.implementation.ToStringMethod$PrefixResolver.resolve:(Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         3: .line 219
            aload 2 /* prefix */
            ifnonnull 5
         4: .line 220
            new java.lang.IllegalStateException
            dup
            ldc "Prefix for toString method cannot be null"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 222
      StackMap locals: java.lang.String
      StackMap stack:
            new net.bytebuddy.implementation.ToStringMethod$Appender
            dup
            aload 2 /* prefix */
         6: .line 223
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.start:Ljava/lang/String;
         7: .line 224
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.end:Ljava/lang/String;
         8: .line 225
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.separator:Ljava/lang/String;
         9: .line 226
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.definer:Ljava/lang/String;
        10: .line 227
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isStatic:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ToStringMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.or:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.field.FieldList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
        11: .line 222
            invokespecial net.bytebuddy.implementation.ToStringMethod$Appender.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
            areturn
        end local 2 // java.lang.String prefix
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.ToStringMethod this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lnet/bytebuddy/implementation/ToStringMethod;
            0   12     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            3   12     2                prefix  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      implementationTarget  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.implementation.ToStringMethod.appender:(Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/ToStringMethod$Appender;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ToStringMethod.java"
NestMembers:
  net.bytebuddy.implementation.ToStringMethod$Appender  net.bytebuddy.implementation.ToStringMethod$PrefixResolver  net.bytebuddy.implementation.ToStringMethod$PrefixResolver$Default  net.bytebuddy.implementation.ToStringMethod$PrefixResolver$Default$1  net.bytebuddy.implementation.ToStringMethod$PrefixResolver$Default$2  net.bytebuddy.implementation.ToStringMethod$PrefixResolver$Default$3  net.bytebuddy.implementation.ToStringMethod$PrefixResolver$ForFixedValue  net.bytebuddy.implementation.ToStringMethod$ValueConsumer  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$1  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$10  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$11  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$12  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$13  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$14  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$15  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$16  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$17  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$18  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$19  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$2  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$3  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$4  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$5  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$6  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$7  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$8  net.bytebuddy.implementation.ToStringMethod$ValueConsumer$9
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract OfByteCodeElement = net.bytebuddy.description.ModifierReviewable$OfByteCodeElement of net.bytebuddy.description.ModifierReviewable
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  protected Appender = net.bytebuddy.implementation.ToStringMethod$Appender of net.bytebuddy.implementation.ToStringMethod
  public abstract PrefixResolver = net.bytebuddy.implementation.ToStringMethod$PrefixResolver of net.bytebuddy.implementation.ToStringMethod
  public abstract Default = net.bytebuddy.implementation.ToStringMethod$PrefixResolver$Default of net.bytebuddy.implementation.ToStringMethod$PrefixResolver
  public ForFixedValue = net.bytebuddy.implementation.ToStringMethod$PrefixResolver$ForFixedValue of net.bytebuddy.implementation.ToStringMethod$PrefixResolver
  protected abstract ValueConsumer = net.bytebuddy.implementation.ToStringMethod$ValueConsumer of net.bytebuddy.implementation.ToStringMethod
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()