-
-
Notifications
You must be signed in to change notification settings - Fork 227
convertValue doesn't work on unwrapped lists where readValue works #332
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
Comments
This should be filed at |
So I have this issue on StackOverflow also and someone provided a partial solution:
This will preserve information in the JsonNode tree and it seems to work out of the box for the unwrapped lists but it still fails for the wrapped lists.
|
Basically: |
Actually, #403 changes |
Following code results in an exception. The (commented) readValue works properly while convertValue on JsonNode fails. Looks like a bug to me.
Exception:
The text was updated successfully, but these errors were encountered: