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 creatingTypeDescription
s 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 class
TypeDescription.Generic.OfTypeVariable.ForLoadedType
Description of a loaded type variable.static class
TypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay
A type variable with explicit annotations that replace the annotations that are declared by the provided type variable.protected static class
TypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable
Representation of a type variable without annotations.protected class
TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariable
Implementation of a type variable on a method that is not substituted.protected static class
TypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariable
A 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 class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariable
An annotated representation of a formal type variable.protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable
A type description that represents a type variable with bounds that are resolved lazily.protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariable
Represents a type variable that a type references but that does not exist.protected class
TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType.TypeArgumentList.AnnotatedTypeVariable
Represents a type variable as a type argument with type annotations.
-