Package | Description |
---|---|
com.hazelcast.config.yaml |
Contains adapter and utility classes needed to adapt YAML DOM classes
as W3C DOM ones, making config builders that accept W3C DOM able to
build the config structure from YAML.
|
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 |
---|---|
static MutableYamlNode |
W3cDomUtil.getWrappedMutableYamlNode(Node node)
Returns the the wrapped
MutableYamlNode instance of the
provided Node if the node is an instance of
ElementAdapter and the YAML node wrapped by the node
is a MutableYamlNode . |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableYamlMapping
Mutable interface of
YamlMapping |
interface |
MutableYamlSequence
Mutable interface of
YamlSequence |
Modifier and Type | Class and Description |
---|---|
class |
AbstractYamlNode |
class |
YamlMappingImpl |
class |
YamlScalarImpl |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.