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