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
@JsonIgnore can be used to ignore properties, but once we support inheritance, we should also allow using @JsonIgnore(false) to allow overriding ignores defined on super-classes.
The text was updated successfully, but these errors were encountered:
@JsonIgnore
can be used to ignore properties, but once we support inheritance, we should also allow using@JsonIgnore(false)
to allow overriding ignores defined on super-classes.The text was updated successfully, but these errors were encountered: