public class net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType implements net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 253
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 254
            aload 0 /* this */
            aload 1 /* typeDescription */
            putfield net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 255
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lnet/bytebuddy/NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType;
            0    3     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public java.lang.String resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 261
            aload 0 /* this */
            getfield net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  
}
SourceFile: "NamingStrategy.java"
NestHost: net.bytebuddy.NamingStrategy
InnerClasses:
  public SuffixingRandom = net.bytebuddy.NamingStrategy$SuffixingRandom of net.bytebuddy.NamingStrategy
  public abstract BaseNameResolver = net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver of net.bytebuddy.NamingStrategy$SuffixingRandom
  public ForGivenType = net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType of net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()