Using @JsonIgnoreProperties on Data Object

Posted on

Is it in any way possible to ignore a property of a Data Object when unmarshalling a json object?

Responses