Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.OfWildcardType
-
Packages that use TypeDescription.Generic.OfWildcardType 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.OfWildcardType in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.OfWildcardType in net.bytebuddy.description.type Modifier and Type Class Description static class
TypeDescription.Generic.OfWildcardType.ForLoadedType
Description of a loaded wildcard.static class
TypeDescription.Generic.OfWildcardType.Latent
A latent description of a wildcard type. -
Uses of TypeDescription.Generic.OfWildcardType in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.OfWildcardType in net.bytebuddy.pool Modifier and Type Class Description protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard
A generic type representation of a lower bound wildcard.protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard
A generic type representation of a generic unbound wildcard.protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard
A generic type representation of a tokenized wildcard with an upper bound.
-