Open
Description
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#459
Describe 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 Java Type
reference.
Describe alternatives you've considered
N/A
Additional context
N/A