here is the whole thing with full error: ``` val i...
# jackson-kotlin
g
here is the whole thing with full error:
Copy code
val info = jsonMapper.readValue(info, UserInfo::class.java)
Error:
We got an error for account creation: com.fasterxml.jackson.databind.JsonMappingException: No suitable constructor found for type [simple type, class package.UserInfo]: can not instantiate from JSON object (missing default constructor or creator, or perhaps need to add/enable type information?)