I don’t do anything in the Kotlin module for prope...
# jackson-kotlin
a
I don’t do anything in the Kotlin module for property names by convention, the JavaBeans inspection of Jackson does that. I provide property names to constructor or JsonCreator function parameters and if those line up with the names Jackson wants to use to set a property, then it will call the constructor or JsonCreator correctly. If not, you will have an error if the property cannot be satisfied.