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
Is your feature request related to a problem? Please describe.
Jackson Scala module has some flaws and using it with the JacksonDefaultDataTableEntryTransformer to automatically map datatables does not always work.
Is your feature request related to a problem? Please describe.
Jackson Scala module has some flaws and using it with the
JacksonDefaultDataTableEntryTransformer
to automatically map datatables does not always work.For instance issues with
Option
s: FasterXML/jackson-module-scala#459Describe the solution you'd like
It could be nice to propose other alternatives to Jackson, more Scala friendly.
A first alternative with support for basic case classes would be enough for a start IMHO.
This means we "just" need to build a case class instance given a
Map[String, String]
of values and a JavaType
reference.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: