| Package | Description |
|---|---|
| com.hazelcast.internal.yaml |
Contains classes for loading, parsing YAML documents and building a
YAML specific DOM of
YamlNode instances
The YAML documents are loaded and parsed with the external SnakeYaml
parser, which supports YAML 1.2 documents, and the JSON schema. |
| Modifier and Type | Method and Description |
|---|---|
YamlSequence |
YamlSequence.childAsSequence(int index)
Gets a child sequence node by its index
|
YamlSequence |
YamlMapping.childAsSequence(String name)
Gets a child sequence node by its name
|
Copyright © 2019. All Rights Reserved.