public interface net.bytebuddy.NamingStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.NamingStrategy
  super_class: java.lang.Object
{
  public abstract java.lang.String subclass(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      superClass  

  public abstract java.lang.String redefine(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  

  public abstract java.lang.String rebase(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  
}
SourceFile: "NamingStrategy.java"
NestMembers:
  net.bytebuddy.NamingStrategy$AbstractBase  net.bytebuddy.NamingStrategy$PrefixingRandom  net.bytebuddy.NamingStrategy$SuffixingRandom  net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver  net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForFixedValue  net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForGivenType  net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver$ForUnnamedType
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.NamingStrategy$AbstractBase of net.bytebuddy.NamingStrategy
  public PrefixingRandom = net.bytebuddy.NamingStrategy$PrefixingRandom of net.bytebuddy.NamingStrategy
  public SuffixingRandom = net.bytebuddy.NamingStrategy$SuffixingRandom of net.bytebuddy.NamingStrategy
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription