Uses of Class
net.bytebuddy.pool.TypePool.Default
-
Packages that use TypePool.Default Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default in net.bytebuddy.pool
Subclasses of TypePool.Default in net.bytebuddy.pool Modifier and Type Class Description static class
TypePool.Default.WithLazyResolution
A variant ofTypePool.Default
that resolves type descriptions lazily.
-