Package | Description |
---|---|
org.yaml.snakeyaml.events |
Modifier and Type | Class | Description |
---|---|---|
class |
AliasEvent |
Marks the inclusion of a previously anchored node.
|
class |
CollectionStartEvent |
Base class for the start events of the collection nodes.
|
class |
MappingStartEvent |
Marks the beginning of a mapping node.
|
class |
ScalarEvent |
Marks a scalar value.
|
class |
SequenceStartEvent |
Marks the beginning of a sequence node.
|
Copyright © 2008–2018. All rights reserved.