| Package | Description |
|---|---|
| org.snakeyaml.engine.v1.api | |
| org.snakeyaml.engine.v1.emitter |
| 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. All rights reserved.