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

Generate Jackson ObjectMapper Module #223

Open
marc-christian-schulze opened this issue Mar 26, 2018 · 0 comments
Open

Generate Jackson ObjectMapper Module #223

marc-christian-schulze opened this issue Mar 26, 2018 · 0 comments

Comments

@marc-christian-schulze
Copy link

While LoganSquare allows us to generate de-/serialization code for selected entities it is sometimes necessary to provide a generic de-/serializer as fallback. I could think of a use case where you want to generate for some entities the de-/serialization code using LoganSquare and use the generated code transparently inside a regular Jackson ObjectMapper so that in case for some entity no code has been generated a fallback to the generic Jackson de-/serialization mechanism is done.
Therefore it wolud be nice to have an option in LoganSquare to also generate a Jackson Module that binds all generated de-/serializer from LoganSquare.

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

No branches or pull requests

1 participant