You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library creates multiple new ObjectMapper instances for JSON serialization/validation which all are missing the default classpath modules, e.g. Kotlin module.
It also does not allow customization of the registered modules.
This makes it almost impossible to use with Kotlin classes.
Please allow customization or at least call objectMapper.findAndRegisterModules()
The text was updated successfully, but these errors were encountered:
The library creates multiple new ObjectMapper instances for JSON serialization/validation which all are missing the default classpath modules, e.g. Kotlin module.
It also does not allow customization of the registered modules.
This makes it almost impossible to use with Kotlin classes.
Please allow customization or at least call objectMapper.findAndRegisterModules()
The text was updated successfully, but these errors were encountered: