Class Present
java.lang.Object
org.snakeyaml.engine.v2.api.lowlevel.Present
Emit the events into a data stream (opposite for Parse)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemitToString
(Iterator<Event> events) Serialise the provided Events
-
Field Details
-
settings
-
-
Constructor Details
-
Present
Create Present (emitter)- Parameters:
settings
- - configuration
-
-
Method Details
-
emitToString
Serialise the provided Events- Parameters:
events
- - the data to serialise- Returns:
- - the YAML document
-