how do we make Jackson automatically use default c...
# jackson-kotlin
d
how do we make Jackson automatically use default constructor? For example,
readValue
can’t construct this class
data class MessageDTO(val number: Int, val text: String)