Class TypeDescription.Generic.OfParameterizedType.ForLoadedType

    • Constructor Detail

      • ForLoadedType

        public ForLoadedType​(ParameterizedType parameterizedType)
        Creates a description of the loaded parameterized type.
        Parameters:
        parameterizedType - The represented parameterized type.
      • ForLoadedType

        protected ForLoadedType​(ParameterizedType parameterizedType,
                                TypeDescription.Generic.AnnotationReader annotationReader)
        Creates a description of the loaded parameterized type.
        Parameters:
        parameterizedType - The represented parameterized type.
        annotationReader - The annotation reader to query for the parameterized type's annotations.