if Kotlin turns the property into `isFoo` and `set...
# jackson-kotlin
a
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.