Class Present


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

      • Present

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

      • emitToString

        public String emitToString​(Iterator<org.snakeyaml.engine.v2.events.Event> events)
        Serialise the provided Events
        Parameters:
        events - - the data to serialise
        Returns:
        - the YAML document