Package org.snakeyaml.engine.v2.nodes
package org.snakeyaml.engine.v2.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.Stores one key value pair used in a map.Enum for the basic YAML types: scalar, sequence and mapping.Represents a scalar node.Represents a sequence.