Class MappingEndEvent

java.lang.Object

public final class MappingEndEvent
extends CollectionEndEvent
Marks the end of a mapping node.
See Also:
MappingStartEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.yaml.snakeyaml.events.Event

    Event.ID
  • Constructor Summary

    Constructors 
    Constructor Description
    MappingEndEvent​(Mark startMark, Mark endMark)  
  • Method Summary

    Modifier and Type Method Description
    Event.ID getEventId()
    Get the type (kind) if this Event

    Methods inherited from class org.yaml.snakeyaml.events.Event

    equals, getArguments, getEndMark, getStartMark, hashCode, is, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait