Class TypeDescription.Generic.OfNonGenericType.Latent

    • Constructor Detail

      • Latent

        public Latent​(TypeDescription typeDescription,
                      AnnotationSource annotationSource)
        Creates a non-generic type with an implicit owner type.
        Parameters:
        typeDescription - The non-generic type's raw type.
        annotationSource - The annotation source to query for the declared annotations.
      • Latent

        protected Latent​(TypeDescription typeDescription,
                         TypeDescription.Generic declaringType,
                         AnnotationSource annotationSource)
        Creates a non-generic type.
        Parameters:
        typeDescription - The non-generic type's raw type.
        declaringType - The non-generic type's declaring type.
        annotationSource - The annotation source to query for the declared annotations.