auto-value-map
auto-value-map copied to clipboard
Add support for nested maps
I need to convert my AutoValue object to map to send it as a parameter to Parse cloud function, it would be great if this extension had nested map support (either optional or automatic) - if one of params is an AutoValue object with toMap() defined, call toMap() on it instead of putting it to the map as it is.