auto-value-map
auto-value-map copied to clipboard
AutoValue Extension to add Map generation support
Results
2
auto-value-map issues
Sort by
recently updated
recently updated
newest added
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...
The build generates following warning: `[unchecked] toMap() in AutoValue_Foo overrides toMap() in Foo return type requires unchecked conversion from Map to Map`. Is it possible to either return `Map` or...