Can anybody point me in the right direction for accessing a JSON request? I'm using the RESTController. For the create method, the object's properties are passed in as JSON. Is there a way to autowire the JSON request to the create method argument, as would be the case in a regular create method with data coming from a form? Zach