Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternatives to JacksonDefaultDataTableEntryTransformer #217

Open
gaeljw opened this issue Jun 22, 2021 · 1 comment
Open

Alternatives to JacksonDefaultDataTableEntryTransformer #217

gaeljw opened this issue Jun 22, 2021 · 1 comment
Labels
⚡ enhancement Request for new functionality

Comments

@gaeljw
Copy link
Member

gaeljw commented Jun 22, 2021

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

@gaeljw gaeljw added the ⚡ enhancement Request for new functionality label Jun 22, 2021
@pjfanning
Copy link

@gaeljw this doc might be a better description of the issue than the 459 issue you list above - https://github.com/FasterXML/jackson-module-scala/wiki/FAQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ enhancement Request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants