Package org.nuxeo.ecm.automation.io.yaml
Class YamlWriter
java.lang.Object
org.nuxeo.ecm.automation.io.yaml.YamlWriter
Operation to YAML converter
- Since:
- 5.9.4
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
toYaml
(OutputStream out, Object info) static void
static void
toYaml
(OutputStream out, OperationDocumentation info)
-
Constructor Details
-
YamlWriter
public YamlWriter()
-
-
Method Details
-
toYaml
- Throws:
IOException
-
toYaml
public static void toYaml(OutputStream out, OperationChainContribution.Operation info) throws IOException - Throws:
IOException
-
toYaml
- Throws:
IOException
-