Load
Common way to load Java instance(s). This class is not thread-safe. Which means that all the methods of the same instance can be called only by one thread. It is better to create an instance for every YAML stream. The instance is stateful. Only one of the 'load' methods may be called, and it may be called only once.
Parameters
configuration
custom YAML constructor
Constructors
Functions
Parse all YAML documents in a stream and produce corresponding Java objects. The documents are parsed only when the iterator is invoked.
Parse all YAML documents in a String and produce corresponding Java objects. The documents are parsed only when the iterator is invoked.
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.
Parse the only YAML document in a stream and produce the corresponding Java object.
Parse a YAML document and create a Java instance
Parse a YAML document and create a Java instance