https://kotlinlang.org logo
r

rocketraman

08/04/2016, 1:35 PM
The basic problem is this: JSON mappers like Jackson do
(Map<String, Any>) -> T
. I want to do
(Map>String, Any>, T) -> T
where the T input provides the properties that are not present in the Map.