You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.fasterxml.jackson.databind.exc.MismatchedInputException:
Unexpected end-of-input when binding data into temporary.experimental.jacksonbug.Friend
at [Source: (StringReader); line: 3, column: 8] (through reference chain: temporary.experimental.jacksonbug.Root["friends"]->java.lang.Object[][2])
But when I'm trying to do so with almost same xml, except the tag 'friends' is self-closing, everything works fine
I've searched for mapper configuration to avoid this problem and also browsed for xml spec, but seems nothing wrong in both xmls, so I assumed that I've faced mapper issue.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi everybody.
I'm using jackson 2.9.5 and trying to deserialize following simple xml:
into java objects:
The actual mapping is here:
I'm gettng exception:
But when I'm trying to do so with almost same xml, except the tag 'friends' is self-closing, everything works fine
I've searched for mapper configuration to avoid this problem and also browsed for xml spec, but seems nothing wrong in both xmls, so I assumed that I've faced mapper issue.
Thanks a lot!
The text was updated successfully, but these errors were encountered: