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

MapDeserializer and friends do not report the field/key name for mapping exceptions #523

Closed
tea-dragon opened this issue Aug 18, 2014 · 1 comment
Milestone

Comments

@tea-dragon
Copy link
Contributor

ie. they do not catch exceptions and call JsonMappingException.wrapWithPath.

@tea-dragon
Copy link
Contributor Author

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.

cowtowncoder added a commit that referenced this issue Aug 20, 2014
cowtowncoder added a commit that referenced this issue Aug 20, 2014
@cowtowncoder cowtowncoder added this to the 2.4.3 milestone Aug 20, 2014
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

2 participants