Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.OfParameterizedType
-
Packages that use TypeDescription.Generic.OfParameterizedType 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.OfParameterizedType in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.OfParameterizedType in net.bytebuddy.description.type Modifier and Type Class Description static classTypeDescription.Generic.OfParameterizedType.ForGenerifiedErasureRepresents an erasure as a generic type where all type variables are representing their own arguments.static classTypeDescription.Generic.OfParameterizedType.ForLoadedTypeDescription of a loaded parameterized type.static classTypeDescription.Generic.OfParameterizedType.ForReifiedTypeA representation of a parameterized type that is a super type of a raw type but preserves the minimal type information that is required for allowing creating correct erasures for overridden methods.static classTypeDescription.Generic.OfParameterizedType.LatentA latent description of a parameterized type. -
Uses of TypeDescription.Generic.OfParameterizedType in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.OfParameterizedType in net.bytebuddy.pool Modifier and Type Class Description protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedTypeA generic type description that represents a parameterized type without an enclosing generic owner type.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedTypeA lazy description of a parameterized type with an owner type.private classTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverTypeA lazy description of a parameterized receiver type.
-