| 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 |
|---|---|
YamlMapping |
YamlSequence.childAsMapping(int index)
Gets a child mapping node by its index
|
YamlMapping |
YamlMapping.childAsMapping(String name)
Gets a child mapping node by its name
|
Copyright © 2019. All Rights Reserved.