Join Slack
Powered by
if Kotlin turns the property into `isFoo` and `set...
# jackson-kotlin
a
apatrida
10/22/2015, 6:03 PM
if Kotlin turns the property into
isFoo
and
setFoo
methods and your constructor parameter is
isFoo
then you end up with two properties in Jackson:
isFoo
from the constructor and
Foo
from the get/set methods.
2
Views
Open in Slack
Previous
Next