Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.AbstractBase
Packages that use TypeDescription.Generic.AbstractBase
Package
Description
Contains descriptions of Java types and packages.
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of TypeDescription.Generic.AbstractBase in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.AbstractBase in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic classA lazy projection of a generic type.static classA lazy projection of a field's type.static classA lazy projection of a method's generic return type.static classA lazy projection of a generic super type.static classA lazy projection of the parameter type of aConstructor.static classA lazy projection of the parameter type of aMethod.static classA lazy projection of ajava.lang.reflect.RecordComponent's type.static classA lazy projection of a type that resolves super class and interface types eagerly.protected static classA description of an annotated lazy type with eager navigation.static classA lazy projection of a type with a lazy resolution of super class and interface types.protected static classA lazy interface type description for a lazy projection.protected static classA lazy super class description for a lazy projection.protected static classA description of an annotated lazy type with lazy navigation.static classA lazy projection that applies a visitor only when resolving the generic type but not when reading the erasure.static classA base implementation of a generic type description that represents a potentially generic array.static classA description of a loaded generic array type.static classA latent implementation of a generic array type.static classA raw type representation of a non-generic type.static classA type description for a type erasure.static classRepresents a non-generic type for a loadedClass.static classA representation of a raw type that preserves its generic super types' generic information with a minimum but erases all of their members' types.static classA latent description of a non-generic type.static classA base implementation of a generic type description that represents a parameterized type.static classRepresents an erasure as a generic type where all type variables are representing their own arguments.static classDescription of a loaded parameterized type.static classA representation of a parameterized type that is a super type of a raw type but preserves the minimal type information that is required for allowing creating correct erasures for overridden methods.static classA latent description of a parameterized type.static classA base implementation of a generic type description that represents a type variable.static classDescription of a loaded type variable.static classImplementation of a symbolic type variable.static classA type variable with explicit annotations that replace the annotations that are declared by the provided type variable.static classA base implementation of a generic type description that represents a wildcard type.static classDescription of a loaded wildcard.static classA latent description of a wildcard type.protected static classRepresentation of a type variable without annotations.protected classImplementation of a type variable on a method that is not substituted.protected static classA type projection that attempts to load any super type of the delegate type.protected static classA wrapper for representing a type variable in its attached state.private static classA projection of a specific exception type.private static classA type projection of an interface type.private static classA projection of a specific exception type. -
Uses of TypeDescription.Generic.AbstractBase in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionprotected static classA generic type representation of a generic array.protected static classA generic type representation of a lower bound wildcard.protected static classA generic type description that represents a parameterized type without an enclosing generic owner type.protected static classA lazy description of a parameterized type with an owner type.protected static classA representation of a lazy primitive type.protected static classAn annotated representation of a formal type variable.protected static classA type description that represents a type variable with bounds that are resolved lazily.protected static classRepresents a type variable that a type references but that does not exist.protected static classA generic type representation of a generic unbound wildcard.protected static classA generic type representation of a tokenized wildcard with an upper bound.protected static classRepresents a non-generic type that defines type annotations.protected classA lazy description of a non-generic receiver type.private classA lazy description of a parameterized receiver type.protected classRepresents a type variable as a type argument with type annotations.protected static classA representation of a generic type that is described by aTypePool.Default.LazyTypeDescription.GenericTypeToken.protected static classA lazy description of a non-well-defined described generic type.