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

java - Cannot send AES encrypted messages of over 47 characters -

php - How to set default value of a select dynamically from database using smarty? -

telerik - Reformat image format in PDF -