auto-value-map icon indicating copy to clipboard operation
auto-value-map copied to clipboard

Add support for nested maps

Open PavelSynek opened this issue 8 years ago • 0 comments

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.

PavelSynek avatar Sep 07 '16 07:09 PavelSynek