-
Notifications
You must be signed in to change notification settings - Fork 272
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
Naming conventions for properties in class #358
Comments
Sorry @Gloix, I guess I missed this one from a few days ago... do you know what Java is generated from this Kotlin class? |
No worries. |
Hmm, I bet the |
... I should just make a |
Hi, I'm getting
No corresponding property found for constructor parameter ID
andNo corresponding property found for constructor parameter isValid
for the following Kotlin class:I discovered that by lowercasing the ID property and removing 'is' from isValid works as expected. Is Parceler sensitive to proper naming conventions? (a.k.a. camel case properties). Why are "is" prefixed properties not valid?
The text was updated successfully, but these errors were encountered: