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
One way to support nested objects with flat structure (like CSV) is to use @JsonUnwrapper. But I don't think currenty tests verify that this works. Test coverage should be added.
One way to support nested objects with flat structure (like CSV) is to use
@JsonUnwrapper. But I don't think currenty tests verify that this works. Test coverage should be added.