I am developing a REST client that requests data from third-party APIs. These APIs change and sometimes add new fields.
Using Jackson, you can use the @JsonIgnoreProperties annotation, but I prefer to follow the standards.
Is it possible to do this using JAX-RS 2.0?
source share