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 |
---|---|
Iterable<YamlNameNodePair> |
YamlMappingImpl.childrenPairs() |
Iterable<YamlNameNodePair> |
YamlMapping.childrenPairs()
Returns the children as
YamlNameNodePair s
This method may have null values as the childNode
in the returned pairs if the node's values is explicitly defined
as !!null in the YAML document. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.