i fixed the above by changing data class to `data ...
# announcements
h
i fixed the above by changing data class to
data class Message(val message: String? = null)
j
register the KotlinModule() on your object mapper?
d
Is that something built into Jackson?
j
there's a
com.fasterxml.jackson.module:jackson-module-kotlin
maven artifact that contains it