-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
JsonMappingException
through nested getter with generic wildcard return type
#2331
Comments
Interesting. Thank you for reporting this. Definitely sounds like a bug in type resolution. |
I can reproduce this; added failing test. |
I'm having the same kind of issue but 1 line before, when the lists are accessed (expectedTypes contains 2 elements, actualTypes is empty)
|
JsonMappingException
through nested getter with generic wildcard return type
Looks like what was missing was delegation of |
Having the following Code, produces an Exception if i try to serialize it. Jackson v2.9.8.
Here is an Example-Project which fully reproduces the Error. Git-Project
Please let me know if you need anything else from me.
The text was updated successfully, but these errors were encountered: