Class TypeDescription.Generic.OfWildcardType.ForLoadedType

    • Constructor Detail

      • ForLoadedType

        public ForLoadedType​(WildcardType wildcardType)
        Creates a description of a loaded wildcard.
        Parameters:
        wildcardType - The represented loaded wildcard type.
      • ForLoadedType

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