public class YamlWriter extends Object
Constructor and Description |
---|
YamlWriter() |
Modifier and Type | Method and Description |
---|---|
protected static void |
toYaml(OutputStream out,
Object info) |
static void |
toYaml(OutputStream out,
OperationChainContribution.Operation info) |
static void |
toYaml(OutputStream out,
OperationDocumentation info) |
public YamlWriter()
public static void toYaml(OutputStream out, OperationDocumentation info) throws IOException
IOException
public static void toYaml(OutputStream out, OperationChainContribution.Operation info) throws IOException
IOException
protected static void toYaml(OutputStream out, Object info) throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.