Overriding @jsonIgnore in subclass January 4, 2024 by Tarik What you want in the Child class is not @JsonProperty but instead @JsonIgnore(false).