-
-
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
@JacksonInject
causes deserialization failure (unresolved forward reference)
#639
Comments
Actually I think this is different, and bit trickier. Problem is that there is an actual cycle from deserializer perspective, since Except that in theory, since |
So, the json output here is something like: {"@id":1,"child":{"@id":2,"parent":1}} and the reason this can not be resolved at this point is only partially due to |
@JacksonInject
causes deserialization failure (unresolved forward reference)
Jackson 2.4.4 is able to successfully deserialize forward references, but it fails to do so if the constructor contains a
@JacksonInject
parameter.The text was updated successfully, but these errors were encountered: