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
See discussion here but basically @JsonUnwrapped on a private field by itself does not cause that field to be serialized, currently, You need to add an explicit @JsonProperty. You shouldn't have to do that. (Following test fails currently, should pass, though you can make it pass by commenting out the line with @JsonProperty. Uses TestNG and AssertJ.)
See discussion here but basically
@JsonUnwrapped
on a private field by itself does not cause that field to be serialized, currently, You need to add an explicit@JsonProperty
. You shouldn't have to do that. (Following test fails currently, should pass, though you can make it pass by commenting out the line with@JsonProperty
. Uses TestNG and AssertJ.)The text was updated successfully, but these errors were encountered: