Join Slack
Powered by
how do we make Jackson automatically use default c...
# jackson-kotlin
d
dstarcev
08/09/2016, 9:48 PM
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)
Open in Slack
Previous
Next