Replies: 1 comment
-
Since I could not find a proper solution I wrapped the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm integrating bson4jackson into my project and need to have a special
ObjectMapper
which does not work for normal json de-/serialization, how can I inject a specializedObjectMapper
bean?Currently I tried this, but it overrode all instances of
ObjectMapper
:Beta Was this translation helpful? Give feedback.
All reactions