Class BaseYamlMapping

  • All Implemented Interfaces:
    YamlMapping, YamlNode, Comparable<YamlNode>
    Direct Known Subclasses:
    EmptyYamlMapping, MergedYamlMapping, StrictYamlMapping

    public abstract class BaseYamlMapping
    extends Object
    implements YamlMapping
    Base YamlMapping which all implementations of YamlMapping should extend. It implementing toString(), equals, hashcode and compareTo methods.

    These methods should be default methods on the interface, but we are not allowed to have default implementations of java.lang.Object methods.
    Since:
    4.0.0
    Version:
    $Id: 2c8a407b9812bd53a41bc1098af15eccbfedba37 $
    Author:
    Mihai Andronache (amihaiemil@gmail.com)