Modify the preprocessing method to completely modify the object
Comment From: pivotal-issuemaster
@luohongtu Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-issuemaster
@luohongtu Thank you for signing the Contributor License Agreement!
Comment From: sbrannen
For starters, please do not reformat the code base. All PRs must adhere to the Code Style.
Second, the proposed change in AbstractJackson2HttpMessageConverter is a breaking change to the existing API (changing the method return type from void to Object).
I am therefore closing this PR.
If you feel that there is missing functionality in AbstractJackson2HttpMessageConverter and its subclasses, please create an issue to discuss that.
Thanks
Comment From: luohongtu
Thank you for pointing out my shortcomings