loadAllFromString

Parse all YAML documents in a String and produce corresponding Java objects. (Because the encoding in known BOM is not respected.) The documents are parsed only when the iterator is invoked.

Return

an Iterable over the parsed Java objects in this stream in proper sequence

Parameters

yaml
  • YAML data to load from (BOM must not be present)