Class EmptyYamlMapping

  • All Implemented Interfaces:
    YamlMapping, YamlNode, Comparable<YamlNode>

    public class EmptyYamlMapping
    extends BaseYamlMapping
    Representation of an empty YAML Mapping (or "{}"). A decorator around YamlMapping with no keys.
    Since:
    5.1.17
    Version:
    $Id: a59c837ee6cdffc821d6bf0707c179914e588670 $
    Author:
    Andrew Newman