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
I suggest that there is a bug, if I define the same names for getters\setters name in Child and Root classes.
I have try to use @JsonIgnore on Root getters\setters to prevent double-serialize, but always get null in child object.
We get null in Child.entity. But if we rename Root.getEntity() and Root.setEntity() method (to getChildEntity, for example), we get correct Child.entity value