| Class | Description |
|---|---|
| CustomDateFormat | |
| CustomJacksonModule | |
| FacadeBuilderHandlerMethodArgumentResolver |
Mapping request body to IRequestParams subinterfaces, allowing to use them in controller methods:
\@RequestMapping(value = "updateOwnPassword", method = PUT, consumes = { APPLICATION_JSON_VALUE })
\@ResponseStatus(NO_CONTENT)
public void updateOwnPassword(@RequestBody IChangePasswordParams changePasswordParams) {
If RequestBody annotation is present, parameters instance will be created on request's input stream.
|
| MvcConfig | |
| SqlDateDeserializer | |
| SqlDateSerializer | |
| TimeDeserializer | |
| TimeSerializer |
Copyright © 2015 Matsuo IT. All rights reserved.