Class AllEncompassingFormHttpMessageConverter
java.lang.Object
org.springframework.http.converter.FormHttpMessageConverter
org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
- All Implemented Interfaces:
- HttpMessageConverter<MultiValueMap<String,- ?>> 
Extension of 
FormHttpMessageConverter,
 adding support for XML and JSON-based parts.- Since:
- 3.2
- Author:
- Rossen Stoyanchev, Juergen Hoeller, Sebastien Deleuze
- 
Field SummaryFields inherited from class org.springframework.http.converter.FormHttpMessageConverterDEFAULT_CHARSET
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.http.converter.FormHttpMessageConverteraddPartConverter, addSupportedMediaTypes, canRead, canWrite, generateMultipartBoundary, getFilename, getFormContentType, getHttpEntity, getPartConverters, getSupportedMediaTypes, read, serializeForm, setCharset, setMultipartCharset, setPartConverters, setSupportedMediaTypes, writeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.http.converter.HttpMessageConvertergetSupportedMediaTypes
- 
Constructor Details- 
AllEncompassingFormHttpMessageConverterpublic AllEncompassingFormHttpMessageConverter()
 
-