Class TypePool.LazyFacade

java.lang.Object
net.bytebuddy.pool.TypePool.AbstractBase
net.bytebuddy.pool.TypePool.LazyFacade
All Implemented Interfaces:
TypePool
Enclosing interface:
TypePool

@Enhance public static class TypePool.LazyFacade extends TypePool.AbstractBase
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.
  • Field Details

    • typePool

      private final TypePool typePool
      The type pool to delegate to.
  • Constructor Details

    • LazyFacade

      public LazyFacade(TypePool typePool)
      Creates a lazy facade for a type pool.
      Parameters:
      typePool - The type pool to delegate to.
  • Method Details