Uses of Class
net.bytebuddy.description.type.TypeDescription.AbstractBase.OfSimpleType.WithDelegation
-
Packages that use TypeDescription.AbstractBase.OfSimpleType.WithDelegation 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.AbstractBase.OfSimpleType.WithDelegation in net.bytebuddy.description.type
Subclasses of TypeDescription.AbstractBase.OfSimpleType.WithDelegation in net.bytebuddy.description.type Modifier and Type Class Description protected static class
TypeDescription.ForLoadedType.ClassDescriptionTypeList.InternalNameLazyType
A lazy representation of an internal name for a given class loader. -
Uses of TypeDescription.AbstractBase.OfSimpleType.WithDelegation in net.bytebuddy.pool
Subclasses of TypeDescription.AbstractBase.OfSimpleType.WithDelegation in net.bytebuddy.pool Modifier and Type Class Description protected class
TypePool.Default.WithLazyResolution.LazyTypeDescription
A lazy type description that resolves any property that is not the name only when requested.protected static class
TypePool.LazyFacade.LazyTypeDescription
A description of a type that delegates to another type pool once a property that is not the name is resolved.
-