@Service open class MapTransformerServiceImpl : MapTransformerService
Implementation of MapTransformerService interface.
Service expand flattened map and vice versa.
Author
Vladislav Iusiumbeli
Since
1.0.0
<init> |
Implementation of MapTransformerService interface. MapTransformerServiceImpl() |
expandToMapObjects |
Expand flattened map to MutableMap. open fun expandToMapObjects(flattenMap: Map<String, Any?>): MutableMap<String, Any?> |
flattenMap |
Flatten json data in map format. open fun flattenMap(mapToFlatten: Map<String, Any>): Map<String, Any?> |