Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.OfWildcardType
Packages that use TypeDescription.Generic.OfWildcardType
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.OfWildcardType in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.OfWildcardType in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic class
Description of a loaded wildcard.static class
A latent description of a wildcard type. -
Uses of TypeDescription.Generic.OfWildcardType in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.OfWildcardType in net.bytebuddy.poolModifier and TypeClassDescriptionprotected static class
A generic type representation of a lower bound wildcard.protected static class
A generic type representation of a generic unbound wildcard.protected static class
A generic type representation of a tokenized wildcard with an upper bound.