Package io.wcm.devops.conga.model.util
Class MapExpander
- java.lang.Object
-
- io.wcm.devops.conga.model.util.MapExpander
-
public final class MapExpander extends Object
Expands map with shortcut keys like {jvm.heapspace.max: 4096m} to {jvm: {heapspace: {max: 4096m}}}
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable Map<String,Object>
expand(@Nullable Map<String,Object> map)
Expands shortcut keysstatic @Nullable Object
getDeep(@NotNull Map<String,Object> map, @NotNull String key)
Get object from map with "deep" access resolving dots in the key as nested map keys.
-