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 creatingTypeDescription
s 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 class
TypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure
Represents an erasure as a generic type where all type variables are representing their own arguments.static class
TypeDescription.Generic.OfParameterizedType.ForLoadedType
Description of a loaded parameterized type.static class
TypeDescription.Generic.OfParameterizedType.ForReifiedType
A 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 class
TypeDescription.Generic.OfParameterizedType.Latent
A 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 class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedType
A generic type description that represents a parameterized type without an enclosing generic owner type.protected static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedType
A lazy description of a parameterized type with an owner type.private class
TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType
A lazy description of a parameterized receiver type.
-