public interface net.bytebuddy.description.type.TypeDescription extends net.bytebuddy.description.type.TypeDefinition, net.bytebuddy.description.ByteCodeElement, net.bytebuddy.description.TypeVariableSource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.type.TypeDescription
  super_class: java.lang.Object
{
  public static final net.bytebuddy.description.type.TypeDescription OBJECT;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final net.bytebuddy.description.type.TypeDescription STRING;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final net.bytebuddy.description.type.TypeDescription CLASS;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final net.bytebuddy.description.type.TypeDescription THROWABLE;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final net.bytebuddy.description.type.TypeDescription VOID;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final net.bytebuddy.description.type.TypeList$Generic ARRAY_INTERFACES;
    descriptor: Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final net.bytebuddy.description.type.TypeDescription UNDEFINED;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 63
            new net.bytebuddy.description.type.TypeDescription$ForLoadedType
            dup
            ldc Ljava/lang/Object;
            invokespecial net.bytebuddy.description.type.TypeDescription$ForLoadedType.<init>:(Ljava/lang/Class;)V
            putstatic net.bytebuddy.description.type.TypeDescription.OBJECT:Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 68
            new net.bytebuddy.description.type.TypeDescription$ForLoadedType
            dup
            ldc Ljava/lang/String;
            invokespecial net.bytebuddy.description.type.TypeDescription$ForLoadedType.<init>:(Ljava/lang/Class;)V
            putstatic net.bytebuddy.description.type.TypeDescription.STRING:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 73
            new net.bytebuddy.description.type.TypeDescription$ForLoadedType
            dup
            ldc Ljava/lang/Class;
            invokespecial net.bytebuddy.description.type.TypeDescription$ForLoadedType.<init>:(Ljava/lang/Class;)V
            putstatic net.bytebuddy.description.type.TypeDescription.CLASS:Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 78
            new net.bytebuddy.description.type.TypeDescription$ForLoadedType
            dup
            ldc Ljava/lang/Throwable;
            invokespecial net.bytebuddy.description.type.TypeDescription$ForLoadedType.<init>:(Ljava/lang/Class;)V
            putstatic net.bytebuddy.description.type.TypeDescription.THROWABLE:Lnet/bytebuddy/description/type/TypeDescription;
         4: .line 83
            new net.bytebuddy.description.type.TypeDescription$ForLoadedType
            dup
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokespecial net.bytebuddy.description.type.TypeDescription$ForLoadedType.<init>:(Ljava/lang/Class;)V
            putstatic net.bytebuddy.description.type.TypeDescription.VOID:Lnet/bytebuddy/description/type/TypeDescription;
         5: .line 88
            new net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes
            dup
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Ljava/lang/Cloneable;
            aastore
            dup
            iconst_1
            ldc Ljava/io/Serializable;
            aastore
            invokespecial net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes.<init>:([Ljava/lang/reflect/Type;)V
            putstatic net.bytebuddy.description.type.TypeDescription.ARRAY_INTERFACES:Lnet/bytebuddy/description/type/TypeList$Generic;
         6: .line 94
            aconst_null
            putstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InDefinedShape> getDeclaredFields();
    descriptor: ()Lnet/bytebuddy/description/field/FieldList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;

  public abstract net.bytebuddy.description.method.MethodList<net.bytebuddy.description.method.MethodDescription$InDefinedShape> getDeclaredMethods();
    descriptor: ()Lnet/bytebuddy/description/method/MethodList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;

  public abstract boolean isInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract boolean isAssignableFrom(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public abstract boolean isAssignableFrom(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  

  public abstract boolean isAssignableTo(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public abstract boolean isAssignableTo(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  

  public abstract boolean isInHierarchyWith(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public abstract boolean isInHierarchyWith(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  

  public abstract net.bytebuddy.description.type.TypeDescription getComponentType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeDescription getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeList getDeclaredTypes();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.method.MethodDescription$InDefinedShape getEnclosingMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeDescription getEnclosingType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getActualModifiers(boolean);
    descriptor: (Z)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      superFlag  

  public abstract java.lang.String getSimpleName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getCanonicalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isAnonymousType();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isLocalType();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isMemberType();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.PackageDescription getPackage();
    descriptor: ()Lnet/bytebuddy/description/type/PackageDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.annotation.AnnotationList getInheritedAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isSamePackage(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  

  public abstract boolean isPrimitiveWrapper();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isAnnotationReturnType();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isAnnotationValue();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isAnnotationValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract boolean isPackageType();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getInnerClassCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isInnerClass();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isNestedClass();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeDescription asBoxed();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeDescription asUnboxed();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object getDefaultValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeDescription getNestHost();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeList getNestMembers();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isNestHost();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isNestMateOf(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public abstract boolean isNestMateOf(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  

  public net.bytebuddy.description.type.TypeDefinition getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.description.type.TypeDefinition getComponentType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TypeDescription.java"
NestMembers:
  net.bytebuddy.description.type.TypeDescription$AbstractBase  net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType  net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation  net.bytebuddy.description.type.TypeDescription$ArrayProjection  net.bytebuddy.description.type.TypeDescription$ForLoadedType  net.bytebuddy.description.type.TypeDescription$ForLoadedType$Dispatcher  net.bytebuddy.description.type.TypeDescription$ForLoadedType$Dispatcher$CreationAction  net.bytebuddy.description.type.TypeDescription$ForLoadedType$Dispatcher$ForJava11CapableVm  net.bytebuddy.description.type.TypeDescription$ForLoadedType$Dispatcher$ForLegacyVm  net.bytebuddy.description.type.TypeDescription$ForPackageDescription  net.bytebuddy.description.type.TypeDescription$Generic  net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Delegator  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Delegator$Chained  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$CreationAction  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedExceptionType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedFieldType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedInterfaceType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedParameterizedType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedReturnType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedTypeVariableType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$Resolved  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForLegacyVm  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$ForComponentType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$ForOwnerType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$ForTypeArgument  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$ForTypeVariableBoundType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$ForTypeVariableBoundType$OfFormalTypeVariable  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$ForWildcardLowerBoundType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$ForWildcardUpperBoundType  net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$NoOp  net.bytebuddy.description.type.TypeDescription$Generic$Builder  net.bytebuddy.description.type.TypeDescription$Generic$Builder$OfGenericArrayType  net.bytebuddy.description.type.TypeDescription$Generic$Builder$OfNonGenericType  net.bytebuddy.description.type.TypeDescription$Generic$Builder$OfParameterizedType  net.bytebuddy.description.type.TypeDescription$Generic$Builder$OfTypeVariable  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$ForLoadedFieldType  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$ForLoadedReturnType  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$ForLoadedSuperClass  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$OfConstructorParameter  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$OfMethodParameter  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithEagerNavigation  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithEagerNavigation$OfAnnotatedElement  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithLazyNavigation  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithLazyNavigation$LazyInterfaceList  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithLazyNavigation$LazyInterfaceType  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithLazyNavigation$LazySuperClass  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithLazyNavigation$OfAnnotatedElement  net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithResolvedErasure  net.bytebuddy.description.type.TypeDescription$Generic$OfGenericArray  net.bytebuddy.description.type.TypeDescription$Generic$OfGenericArray$ForLoadedType  net.bytebuddy.description.type.TypeDescription$Generic$OfGenericArray$Latent  net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType  net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForErasure  net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType  net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForReifiedErasure  net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$Latent  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForGenerifiedErasure  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForLoadedType  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForLoadedType$ParameterArgumentTypeList  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForReifiedType  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$Latent  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$RenderingDelegate  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$RenderingDelegate$1  net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$RenderingDelegate$2  net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable  net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$ForLoadedType  net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$ForLoadedType$TypeVariableBoundList  net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$Symbolic  net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$WithAnnotationOverlay  net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType  net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType$ForLoadedType  net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType$ForLoadedType$WildcardLowerBoundTypeList  net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType$ForLoadedType$WildcardUpperBoundTypeList  net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType$Latent  net.bytebuddy.description.type.TypeDescription$Generic$Visitor  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$AnnotationStripper  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$AnnotationStripper$NonAnnotatedTypeVariable  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$AbstractBase  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForGenericArray  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForNonGenericType  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForParameterizedType  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForParameterizedType$ParameterAssigner  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForParameterizedType$ParameterAssigner$ContravariantBinding  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForParameterizedType$ParameterAssigner$CovariantBinding  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForParameterizedType$ParameterAssigner$InvariantBinding  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForRawType  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor$OfTypeArgument  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$NoOp  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reducing  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reifying  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reifying$1  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Reifying$2  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForAttachment  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTokenNormalization  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding$RetainedMethodTypeVariable  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding$TypeVariableSubstitutor  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$WithoutTypeSubstitution  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$TypeErasing  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Validator  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Validator$1  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Validator$2  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Validator$3  net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Validator$ForTypeAnnotations  net.bytebuddy.description.type.TypeDescription$Latent  net.bytebuddy.description.type.TypeDescription$SuperTypeLoading  net.bytebuddy.description.type.TypeDescription$SuperTypeLoading$ClassLoadingDelegate  net.bytebuddy.description.type.TypeDescription$SuperTypeLoading$ClassLoadingDelegate$Simple  net.bytebuddy.description.type.TypeDescription$SuperTypeLoading$ClassLoadingTypeList  net.bytebuddy.description.type.TypeDescription$SuperTypeLoading$ClassLoadingTypeProjection
InnerClasses:
  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 abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$AbstractBase of net.bytebuddy.description.type.TypeDescription
  public ArrayProjection = net.bytebuddy.description.type.TypeDescription$ArrayProjection of net.bytebuddy.description.type.TypeDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public ForPackageDescription = net.bytebuddy.description.type.TypeDescription$ForPackageDescription of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public Latent = net.bytebuddy.description.type.TypeDescription$Latent of net.bytebuddy.description.type.TypeDescription
  public SuperTypeLoading = net.bytebuddy.description.type.TypeDescription$SuperTypeLoading of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public ForLoadedTypes = net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes of net.bytebuddy.description.type.TypeList$Generic