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 creatingTypeDescriptions 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 classTypeDescription.Generic.OfWildcardType.ForLoadedTypeDescription of a loaded wildcard.static classTypeDescription.Generic.OfWildcardType.LatentA 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 classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcardA generic type representation of a lower bound wildcard.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcardA generic type representation of a generic unbound wildcard.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcardA generic type representation of a tokenized wildcard with an upper bound.
-