You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially in RESTful Web Service scenario's, incoming data often takes the form of XML and JSON data. We should support binding this data to @Controller method parameters, in the same way we support submitted form data currently.
This can now be done by annotating a handle method parameter with @RequestBody, using the same HttpMessageConverter mechanism used by the RestTemplate. A blog post about this functionality is forthcoming.
Arjen Poutsma opened SPR-5409 and commented
Especially in RESTful Web Service scenario's, incoming data often takes the form of XML and JSON data. We should support binding this data to
@Controller
method parameters, in the same way we support submitted form data currently.This issue is a sub-task of #9097
Issue Links:
Referenced from: commits 035eea0
2 votes, 1 watchers
The text was updated successfully, but these errors were encountered: