Package org.nuxeo.ecm.automation.io.yaml
Class YamlWriter
- java.lang.Object
-
- org.nuxeo.ecm.automation.io.yaml.YamlWriter
-
public class YamlWriter extends Object
Operation to YAML converter- Since:
- 5.9.4
-
-
Constructor Summary
Constructors Constructor Description YamlWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
toYaml(OutputStream out, Object info)
static void
toYaml(OutputStream out, OperationChainContribution.Operation info)
static void
toYaml(OutputStream out, OperationDocumentation info)
-
-
-
Method Detail
-
toYaml
public static void toYaml(OutputStream out, OperationDocumentation info) throws IOException
- Throws:
IOException
-
toYaml
public static void toYaml(OutputStream out, OperationChainContribution.Operation info) throws IOException
- Throws:
IOException
-
toYaml
protected static void toYaml(OutputStream out, Object info) throws IOException
- Throws:
IOException
-
-