Class TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.LazyInterface

All Implemented Interfaces:
Iterable<TypeDefinition>, AnnotationSource, ModifierReviewable, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumeration, NamedElement, TypeDefinition, TypeDescription.Generic
Enclosing class:
TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription

private class TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.LazyInterface extends TypeDescription.Generic.LazyProjection.WithLazyNavigation
Represents a lazy interface of an extended lazy type description.
  • Field Details

    • internalName

      private final String internalName
      The internal name of the represented interface.
    • index

      private final int index
      The index of the interface as supplied by the enclosing lazy type description.
  • Constructor Details

    • LazyInterface

      protected LazyInterface(String internalName, int index)
      Creates a lazy interface of an extended lazy type description.
      Parameters:
      internalName - The internal name of the represented interface.
      index - The index of the interface as supplied by the enclosing lazy type description.
  • Method Details