I am using Jersey and Jackson2 to development a Restful API. We have a problem when we development PUT method. Our PUT method is kind of like PATCH method. It will only updates the properties received in the request body.I am using Jersey and Jackson2 to development a