Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.OfNonGenericType
-
Packages that use TypeDescription.Generic.OfNonGenericType 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.OfNonGenericType in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.OfNonGenericType in net.bytebuddy.description.type Modifier and Type Class Description static classTypeDescription.Generic.OfNonGenericType.ForErasureA type description for a type erasure.static classTypeDescription.Generic.OfNonGenericType.ForLoadedTypeRepresents a non-generic type for a loadedClass.static classTypeDescription.Generic.OfNonGenericType.ForReifiedErasureA representation of a raw type that preserves its generic super types' generic information with a minimum but erases all of their members' types.static classTypeDescription.Generic.OfNonGenericType.LatentA latent description of a non-generic type. -
Uses of TypeDescription.Generic.OfNonGenericType in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.OfNonGenericType in net.bytebuddy.pool Modifier and Type Class Description protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForPrimitiveType.LazyPrimitiveTypeA representation of a lazy primitive type.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedTypeRepresents a non-generic type that defines type annotations.protected classTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyNonGenericReceiverTypeA lazy description of a non-generic receiver type.
-