Package com.amihaiemil.eoyaml.extensions
This package contains convenient extensions for both YamlMapping and
YamlSequence that provide all sorts of different functionality.
Classes within this package are supposed to work only with the public
API of this library.
In order to create your own extension, you need to extend
BaseYamlMapping
or
BaseYamlSequence
respectively.-
Class Summary Class Description MergedYamlMapping Merge two YAML Mappings into a single one.MergedYamlSequence Merge two YAML Sequences into a single one.