>More convenient getter names for booleans >...
# jackson-kotlin
m
More convenient getter names for booleans
When a property in Kotlin is, for example, named isValid, its Java getter will now be isValid() and not getIsVaild().