has anyone encountered `no suitable constructor fo...
# spring
t
has anyone encountered
no suitable constructor found, can not deserialize from Object value
when using data classes on a
@RequestBody
?
s
You have to install
jackson-module-kotlin
if you're using
data class
for your entities