Package io.wcm.devops.conga.model.util
CONGA model utilities.
-
Class Summary Class Description DefaultUtil Helper methods for defaulting for fallback values if a given value is null.MapExpander Expands map with shortcut keys like {jvm.heapspace.max: 4096m} to {jvm: {heapspace: {max: 4096m}}}MapMerger Deep merges two maps.MapSplitter Splits up maps.MapSplitter.SplitResult Result ofMapSplitter.splitMap(Map, Predicate)
method.YamlUtil Helper methods for SnakeYAML.