| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.api | |
| org.snakeyaml.engine.v2.emitter |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlOutputStreamWriter
Provide an example of implementation of StreamDataWriter interface which does not throw
IOException |
| Modifier and Type | Method and Description |
|---|---|
void |
Dump.dump(Object yaml,
StreamDataWriter streamDataWriter)
Dump a single instance into a YAML document
|
void |
Dump.dumpAll(Iterator<? extends Object> instancesIterator,
StreamDataWriter streamDataWriter)
Dump all the instances from the iterator into a stream with every instance in a separate YAML
document
|
void |
Dump.dumpNode(Node node,
StreamDataWriter streamDataWriter)
Dump the provided Node into a YAML stream.
|
| Constructor and Description |
|---|
Emitter(DumpSettings opts,
StreamDataWriter stream) |
Copyright © 2018–2022. All rights reserved.