Class ExternalDocsReader

    • Method Detail

      • readExternalDocs

        public static org.eclipse.microprofile.openapi.models.ExternalDocumentation readExternalDocs​(AnnotationScannerContext context,
                                                                                                     org.jboss.jandex.AnnotationValue annotationValue)
        Reads an ExternalDocumentation annotation.
        Parameters:
        context - scanning context
        annotationValue - the @ExternalDocumentation annotation
        Returns:
        ExternalDocumentation model
      • readExternalDocs

        public static org.eclipse.microprofile.openapi.models.ExternalDocumentation readExternalDocs​(AnnotationScannerContext context,
                                                                                                     org.jboss.jandex.AnnotationInstance annotationInstance)
        Reads an ExternalDocumentation annotation.
        Parameters:
        context - scanning context
        annotationInstance - the @ExternalDocumentation annotation
        Returns:
        ExternalDocumentation model
      • readExternalDocs

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