Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.OfParameterizedType
Packages that use TypeDescription.Generic.OfParameterizedType
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.OfParameterizedType in net.bytebuddy.description.type
Modifier and TypeClassDescriptionstatic class
Represents an erasure as a generic type where all type variables are representing their own arguments.static class
Description of a loaded parameterized type.static class
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
A latent description of a parameterized type. -
Uses of TypeDescription.Generic.OfParameterizedType in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.OfParameterizedType in net.bytebuddy.poolModifier and TypeClassDescriptionprotected static class
A generic type description that represents a parameterized type without an enclosing generic owner type.protected static class
A lazy description of a parameterized type with an owner type.private class
A lazy description of a parameterized receiver type.