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 | Interface and Description |
---|---|
interface |
MutableYamlMapping
Mutable interface of
YamlMapping |
interface |
MutableYamlSequence
Mutable interface of
YamlSequence |
interface |
YamlMapping
Interface for YAML mapping nodes
|
interface |
YamlSequence
Interface for YAML sequence nodes
|
Modifier and Type | Class and Description |
---|---|
class |
YamlMappingImpl |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.