Class TypeDescription.Generic.OfGenericArray.ForLoadedType

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.ForLoadedType extends TypeDescription.Generic.OfGenericArray
A description of a loaded generic array type.
  • Field Details

  • Constructor Details

    • ForLoadedType

      public ForLoadedType(GenericArrayType genericArrayType)
      Creates a type description of the given generic array type.
      Parameters:
      genericArrayType - The loaded generic array type.
    • ForLoadedType

      protected ForLoadedType(GenericArrayType genericArrayType, TypeDescription.Generic.AnnotationReader annotationReader)
      Creates a type description of the given generic array type.
      Parameters:
      genericArrayType - The loaded generic array type.
      annotationReader - The annotation reader to query for the generic array type's annotations.
  • Method Details