Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.OfTypeVariable
-
Packages that use TypeDescription.Generic.OfTypeVariable Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of TypeDescription.Generic.OfTypeVariable in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.OfTypeVariable in net.bytebuddy.description.type Modifier and Type Class Description static classTypeDescription.Generic.OfTypeVariable.ForLoadedTypeDescription of a loaded type variable.static classTypeDescription.Generic.OfTypeVariable.WithAnnotationOverlayA type variable with explicit annotations that replace the annotations that are declared by the provided type variable.protected static classTypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariableRepresentation of a type variable without annotations.protected classTypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariableImplementation of a type variable on a method that is not substituted.protected static classTypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariableA 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.pool Modifier and Type Class Description protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariableAn annotated representation of a formal type variable.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariableA type description that represents a type variable with bounds that are resolved lazily.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariableRepresents a type variable that a type references but that does not exist.protected classTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType.TypeArgumentList.AnnotatedTypeVariableRepresents a type variable as a type argument with type annotations.
-