Uses of Class
net.bytebuddy.pool.TypePool.AbstractBase.Hierarchical
-
Packages that use TypePool.AbstractBase.Hierarchical Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.AbstractBase.Hierarchical in net.bytebuddy.pool
Subclasses of TypePool.AbstractBase.Hierarchical in net.bytebuddy.pool Modifier and Type Class Description static class
TypePool.ClassLoading
A type pool that attempts to load a class.static class
TypePool.Default
A default implementation of aTypePool
that models binary data in the Java byte code format into aTypeDescription
.static class
TypePool.Default.WithLazyResolution
A variant ofTypePool.Default
that resolves type descriptions lazily.static class
TypePool.Explicit
A type pool that supplies explicitly known type descriptions.
-