We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ie. they do not catch exceptions and call JsonMappingException.wrapWithPath.
The text was updated successfully, but these errors were encountered:
For instance, this is my temporary work around https://github.com/addthis/codec/blob/master/src/main/java/com/addthis/codec/jackson/KeyReportingMapDeserializer.java
It doesn't address the special enum map deserializer or the untyped deserializer though.
Sorry, something went wrong.
Fix #523 (at least for std Map deser) for 2.4.3
3a1cff2
Work on #523 in master
b900afb
Improvement for #523, wrt EnumMapDeserializer, but only for 2.5 (due …
1f06e8f
…to minor refactorings).
No branches or pull requests
ie. they do not catch exceptions and call JsonMappingException.wrapWithPath.
The text was updated successfully, but these errors were encountered: