Jackson: Ignore Json configuration value

You can use annotation @JsonIgnoreProperties; if it’s just one value you want to skip, something like:

@JsonIgnoreProperties({"externalId"})

or to ignore anything that can’t be used:

@JsonIgnoreProperties(ignoreUnknown=true)

There are other ways to do it too, for rest check out FasterXML Jackson wiki.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)