Class OperationWriter

    • Method Detail

      • writeOperation

        public static void writeOperation​(com.fasterxml.jackson.databind.node.ObjectNode parent,
                                          org.eclipse.microprofile.openapi.models.Operation model,
                                          String method)
        Writes a Operation to the JSON tree.
        Parameters:
        parent - the parent json node
        model - the Operation model
        method - the name of the node (operation method)