-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boolean: is naming convention: Cannot find symbol #15
Comments
This is because the You can fix this by simply using Gson's |
Are you sure it's not this bug which I fixed in the parcel impl? rharter/auto-value-parcel@cdba2d9 |
You're right. Sorry, I thought the error was in the JSON naming, not the method name. That makes sense now. |
Adds better handling of method prefixes. Fixes #15
Thanks 👍 |
I have a very simple class:
Which causes an exception at compile time. It transformed "isPurchased" to "purchased".
The text was updated successfully, but these errors were encountered: