20 | * Converts HTTP requests with bodies that are application/x-www-form-urlencoded 21 | * or multipart/form-data to an Object annotated with 22 | * {@link org.springframework.web.bind.annotation.RequestBody} in the the 23 | * handler method. 24 | * 25 | * @author Jesse Swidler 26 | */ 27 | public class ObjectHttpMessageConverter implements HttpMessageConverter