Uses of Class
net.bytebuddy.description.type.TypeDescription.AbstractBase.OfSimpleType.WithDelegation
-
Packages that use TypeDescription.AbstractBase.OfSimpleType.WithDelegation Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
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 classTypePool.Default.WithLazyResolution.ExtendedLazyTypeDescriptionRepresents a type description where the class file is only fully parsed if a complex property is resolved.protected classTypePool.Default.WithLazyResolution.LazyTypeDescriptionA lazy type description that resolves any property that is not the name only when requested.protected static classTypePool.LazyFacade.LazyTypeDescriptionA description of a type that delegates to another type pool once a property that is not the name is resolved.
-