Class TypeDescription.Generic.OfGenericArray.Latent

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:
TypeDescription.Generic.OfGenericArray

public static class TypeDescription.Generic.OfGenericArray.Latent extends TypeDescription.Generic.OfGenericArray
A latent implementation of a generic array type.
  • Field Details

    • componentType

      private final TypeDescription.Generic componentType
      The component type of the generic array.
    • annotationSource

      private final AnnotationSource annotationSource
      The annotation source to query for the declared annotations.
  • Constructor Details

    • Latent

      public Latent(TypeDescription.Generic componentType, AnnotationSource annotationSource)
      Creates a latent representation of a generic array type.
      Parameters:
      componentType - The component type.
      annotationSource - The annotation source to query for the declared annotations.
  • Method Details