I am working against a existing REST interface. One of the incoming JSON objects contains a property called size
which I would like to ignore when deserializing this JSON object?
My standard behavior is to fail on unknown property, so I cannot configure the used object mapper to ignore unknown properties.