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
This is very much a code smells issue, not a user facing feature.
There's quite a bit of code and complexity devoted to added root references to objects after they are received. I've thought about various class structures to clean the up, but really the right thing to do seems to be using the @JacksonInject annotation. We'd add the root instance to the mapper when reading and let the injector handle the assignment.