Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.OfTypeVariable
Packages that use TypeDescription.Generic.OfTypeVariable
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.OfTypeVariable in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.OfTypeVariable in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic classDescription of a loaded type variable.static classA type variable with explicit annotations that replace the annotations that are declared by the provided type variable.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 wrapper for representing a type variable in its attached state. -
Uses of TypeDescription.Generic.OfTypeVariable in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.OfTypeVariable in net.bytebuddy.poolModifier and TypeClassDescriptionprotected 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 classRepresents a type variable as a type argument with type annotations.