REST Assured Tutorial 41 – Ignore unknown properties during deserialization Using @JsonIgnoreProperties
As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during deserialization creates a problem and how can we avoid them using @JsonIgnorePropertoies. @JsonIgnoreProperties Annotation Of Jackson API – Exclude Field Of Pojo From Serialization Or Deserialization Or Both Since we are using Jackson API of Java…