Package io.serverlessworkflow.api
Class WorkflowWriter
- java.lang.Object
-
- io.serverlessworkflow.api.WorkflowWriter
-
public class WorkflowWriter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeWorkflow(OutputStream output, Workflow workflow, WorkflowFormat format)
static void
writeWorkflow(Writer output, Workflow workflow, WorkflowFormat format)
static void
writeWorkflow(Path output, Workflow workflow)
static void
writeWorkflow(Path output, Workflow workflow, WorkflowFormat format)
-
-
-
Method Detail
-
writeWorkflow
public static void writeWorkflow(OutputStream output, Workflow workflow, WorkflowFormat format) throws IOException
- Throws:
IOException
-
writeWorkflow
public static void writeWorkflow(Writer output, Workflow workflow, WorkflowFormat format) throws IOException
- Throws:
IOException
-
writeWorkflow
public static void writeWorkflow(Path output, Workflow workflow) throws IOException
- Throws:
IOException
-
writeWorkflow
public static void writeWorkflow(Path output, Workflow workflow, WorkflowFormat format) throws IOException
- Throws:
IOException
-
-