java - Ignore a field from a DTO at the Jackson deserialization time -


i tried deserialize dto after receiving request response, need ignore field dto. response in json , i'm using java , objectmapper com.fasterxml.jackson.databind.objectmapper deserialize dto.

i can't modify dto ignore field using annotation.

how can solve problem?

please use @jsonpropertyignore under hood of pojo u dont wanted deserialize. i,e ignore


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -