Class TypeDescription.Generic.OfGenericArray.ForLoadedType

    • Constructor Detail

      • 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.