Class TypeDescription.Generic.OfParameterizedType.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.OfParameterizedType

public static class TypeDescription.Generic.OfParameterizedType.Latent extends TypeDescription.Generic.OfParameterizedType
A latent description of a parameterized type.
  • Field Details

    • rawType

      private final TypeDescription rawType
      The raw type of the described parameterized type.
    • ownerType

      @MaybeNull private final TypeDescription.Generic ownerType
      This parameterized type's owner type or null if no owner type exists.
    • parameters

      private final List<? extends TypeDescription.Generic> parameters
      The parameters of this parameterized type.
    • annotationSource

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

    • Latent

      public Latent(TypeDescription rawType, @MaybeNull TypeDescription.Generic ownerType, List<? extends TypeDescription.Generic> parameters, AnnotationSource annotationSource)
      Creates a description of a latent parameterized type.
      Parameters:
      rawType - The raw type of the described parameterized type.
      ownerType - This parameterized type's owner type or null if no owner type exists.
      parameters - The parameters of this parameterized type.
      annotationSource - The annotation source to query for the declared annotations.
  • Method Details