Uses of Class
net.bytebuddy.pool.TypePool.AbstractBase
Packages that use TypePool.AbstractBase
Package
Description
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of TypePool.AbstractBase in net.bytebuddy.pool
Subclasses of TypePool.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionstatic classImplements a hierarchical view of type pools, similarly to class loader hierarchies.static classA type pool that attempts to load a class.static classA default implementation of aTypePoolthat models binary data in the Java byte code format into aTypeDescription.static classA variant ofTypePool.Defaultthat resolves type descriptions lazily.static classA type pool that supplies explicitly known type descriptions.static classA 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.