| 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
|
| 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
|
| Constructor and Description |
|---|
Emitter(DumpSettings opts,
StreamDataWriter stream) |
Copyright © 2018–2019. All rights reserved.