It means that you must annotate all parameters wit...
# jackson-kotlin
h
It means that you must annotate all parameters with
@JsonProperty("<name of the property")
. However, it's much easier to just add the
jackson-module-kotlin
to the classpath and call
.findAndRegisterModules()
when creating the objectmapper.