Uses of Class
net.bytebuddy.pool.TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.Delegate
-
Packages that use TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.Delegate Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.Delegate in net.bytebuddy.pool
Subclasses of TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.Delegate in net.bytebuddy.pool Modifier and Type Class Description private class
TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.ResolvedDelegate
A resolved version of a delegate where the class file was fully parsed.private class
TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.UnresolvedDelegate
A unresolved delegate that has not parsed the class file.Fields in net.bytebuddy.pool declared as TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.Delegate Modifier and Type Field Description private TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.Delegate
TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription. delegate
The current delegate for resolving possibly short-wired class files.
-