In the example
class Person { String name; int age; }
If the JSON object has a missing property \'age\',
{ name :
@JsonIgnoreProperties(ignoreUnknown = true) on the class level worked for me.