Join Slack
Communities
Powered by
It means that you must annotate all parameters wit...
# jackson-kotlin
h
hho
06/13/2018, 7:07 AM
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.
2
Views
Open in Slack
Previous
Next