Package org.yaml.snakeyaml.nodes
package org.yaml.snakeyaml.nodes
-
ClassDescriptionThis class is only used during representation (dumping)Base class for the two collection types
mapping
andcollection
.Represents a map.Base class for all nodes.Enum for the basic YAML types: scalar, sequence, mapping or anchor.Stores one key value pair used in a map.Represents a scalar node.Represents a sequence.