Skip to content

Alternatives to JacksonDefaultDataTableEntryTransformer #217

Open
@gaeljw

Description

@gaeljw

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 Options: 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions