Class TypeDescription.Generic.OfParameterizedType.Latent

    • Constructor Detail

      • Latent

        public Latent​(TypeDescription rawType,
                      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.