Class Present

java.lang.Object
org.snakeyaml.engine.v2.api.lowlevel.Present

public class Present extends Object
Emit the events into a data stream (opposite for Parse)
  • Field Details

  • Constructor Details

    • Present

      public Present(DumpSettings settings)
      Create Present (emitter)
      Parameters:
      settings - - configuration
  • Method Details

    • emitToString

      public String emitToString(Iterator<Event> events)
      Serialise the provided Events
      Parameters:
      events - - the data to serialise
      Returns:
      - the YAML document