Interface YamlStreamBuilder


  • public interface YamlStreamBuilder
    Builder of YamlStream. Implementations should be immutable and thread-safe.
    Since:
    3.1.1
    Version:
    $Id: e0fe348daa925a06849bf7c61c1845bb9bb8953a $
    Author:
    Mihai Andronache (amihaiemil@gmail.com)
    • Method Detail

      • add

        YamlStreamBuilder add​(YamlNode document)
        Add a YAML to the Stream.
        Parameters:
        document - YamlNode
        Returns:
        This builder
      • build

        YamlStream build()
        Build the YamlStream.
        Returns:
        Built YamlStream.