Uses of Class
net.bytebuddy.pool.TypePool.AbstractBase
Packages that use TypePool.AbstractBase
Package
Description
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of TypePool.AbstractBase in net.bytebuddy.pool
Subclasses of TypePool.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionstatic class
Implements a hierarchical view of type pools, similarly to class loader hierarchies.static class
A type pool that attempts to load a class.static class
A default implementation of aTypePool
that models binary data in the Java byte code format into aTypeDescription
.static class
A variant ofTypePool.Default
that resolves type descriptions lazily.static class
A type pool that supplies explicitly known type descriptions.static class
A lazy facade of a type pool that delegates any lookups to another type pool only if another value than the type's name is looked up.