jackson-jaxrs-providers
jackson-jaxrs-providers copied to clipboard
Allow defining object to update via provider
(moved from [https://jira.codehaus.org/browse/JACKSON-681])
So, basically it might be useful to allow provider to specify Object instance to update, instead of creating a new one. At first this can be as simple as just adding an overridable method for custom implementations. And if we have better ideas, add more sophisticated configuration/handlers.