Class ContactReader

    • Method Detail

      • readContact

        public static org.eclipse.microprofile.openapi.models.info.Contact readContact​(org.jboss.jandex.AnnotationValue annotationValue)
        Reads an Contact annotation.
        Parameters:
        annotationValue - the @Contact annotation
        Returns:
        Contact model
      • readContact

        public static org.eclipse.microprofile.openapi.models.info.Contact readContact​(com.fasterxml.jackson.databind.JsonNode node)
        Reads an Contact OpenAPI node.
        Parameters:
        node - the json node
        Returns:
        Contact model