Class PathsReader

    • Method Detail

      • readPaths

        public static org.eclipse.microprofile.openapi.models.Paths readPaths​(com.fasterxml.jackson.databind.JsonNode node)
        Reads the Paths OpenAPI nodes.
        Parameters:
        node - json object
        Returns:
        Paths model
      • readPathItem

        public static org.eclipse.microprofile.openapi.models.PathItem readPathItem​(AnnotationScannerContext context,
                                                                                    org.jboss.jandex.AnnotationValue annotationValue)
      • readPathItem

        public static org.eclipse.microprofile.openapi.models.PathItem readPathItem​(AnnotationScannerContext context,
                                                                                    org.jboss.jandex.AnnotationValue annotationValue,
                                                                                    org.jboss.jandex.MethodInfo methodInfo)
        Reads the PathItem. Also used in CallbackOperation
        Parameters:
        context - the scanning context
        annotationValue - the annotation value
        Returns:
        PathItem model
      • readPathItem

        public static org.eclipse.microprofile.openapi.models.PathItem readPathItem​(com.fasterxml.jackson.databind.JsonNode node)
        Reads a PathItem OpenAPI node.
        Parameters:
        node - json object
        Returns:
        PathItem model