public interface YamlStreamBuilder
Modifier and Type | Method and Description |
---|---|
YamlStreamBuilder |
add(YamlNode document)
Add a YAML to the Stream.
|
YamlStream |
build()
Build the YamlStream.
|
YamlStreamBuilder add(YamlNode document)
document
- YamlNodeYamlStream build()
Copyright © 2020. All rights reserved.