Class TypePool.LazyFacade.LazyTypeDescription

All Implemented Interfaces:
Iterable<TypeDefinition>, AnnotationSource, ByteCodeElement, DeclaredByType, ModifierReviewable, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumeration, NamedElement, NamedElement.WithDescriptor, NamedElement.WithRuntimeName, TypeDefinition, TypeDescription, TypeVariableSource
Enclosing class:
TypePool.LazyFacade

protected static class TypePool.LazyFacade.LazyTypeDescription extends TypeDescription.AbstractBase.OfSimpleType.WithDelegation
A description of a type that delegates to another type pool once a property that is not the name is resolved.
  • Field Details

    • typePool

      private final TypePool typePool
      The type pool to delegate to.
    • name

      private final String name
      The name of the type that is represented by this resolution.
  • Constructor Details

    • LazyTypeDescription

      protected LazyTypeDescription(TypePool typePool, String name)
      Creates a new lazy type resolution.
      Parameters:
      typePool - The type pool to delegate to.
      name - The name of the type.
  • Method Details