YamlNode
instances
The YAML documents are loaded and parsed with the external SnakeYaml
parser, which supports YAML 1.2 documents, and the JSON schema.See: Description
Interface | Description |
---|---|
MutableYamlMapping |
Mutable interface of
YamlMapping |
MutableYamlNode |
Mutable interface for
YamlNode instances. |
MutableYamlScalar |
Mutable interface of
YamlScalar |
MutableYamlSequence |
Mutable interface of
YamlSequence |
YamlCollection |
Common ancestor interface for
YamlMapping and YamlSequence nodes |
YamlMapping |
Interface for YAML mapping nodes
|
YamlNode |
Generic YAML node interface
|
YamlScalar |
Interface for YAML scalar nodes
The following types are supported:
String
Integer
Float
Boolean
|
YamlSequence |
Interface for YAML sequence nodes
|
Class | Description |
---|---|
AbstractYamlNode | |
YamlDomBuilder |
Builds a DOM of
YamlNode instances from the structure parsed
by SnakeYaml. |
YamlLoader |
YAML loader that can load, parse YAML documents and can build a tree
of
YamlNode instances. |
YamlMappingImpl | |
YamlNameNodePair |
A pair consists of a node's name and its representing
YamlNode
instance |
YamlScalarImpl | |
YamlUtil |
Utility class for working with YAML nodes.
|
Exception | Description |
---|---|
YamlException |
YamlNode
instances
The YAML documents are loaded and parsed with the external SnakeYaml
parser, which supports YAML 1.2 documents, and the JSON schema.Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.