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
TypeDescription
s 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 class
Description of a loaded type variable.static class
A type variable with explicit annotations that replace the annotations that are declared by the provided type variable.protected static class
Representation of a type variable without annotations.protected class
Implementation of a type variable on a method that is not substituted.protected static class
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.poolModifier and TypeClassDescriptionprotected static class
An annotated representation of a formal type variable.protected static class
A type description that represents a type variable with bounds that are resolved lazily.protected static class
Represents a type variable that a type references but that does not exist.protected class
Represents a type variable as a type argument with type annotations.