Class MultipartAwareFormHttpMessageConverter

java.lang.Object
org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
All Implemented Interfaces:
HttpMessageConverter<MultiValueMap<String,?>>

public class MultipartAwareFormHttpMessageConverter extends Object implements HttpMessageConverter<MultiValueMap<String,?>>
An HttpMessageConverter implementation that delegates to an instance of AllEncompassingFormHttpMessageConverter while adding the capability to read multipart/form-data content in an HTTP request.
Since:
2.0
Author:
Mark Fisher, Gary Russell, Artem Bilan