Uses of Class
org.springframework.http.converter.FormHttpMessageConverter
Packages that use FormHttpMessageConverter Package Description org.springframework.http.converter.support Provides a comprehensive HttpMessageConverter variant for form handling.org.springframework.web.filter Provides generic filter base classes allowing for bean-style configuration.Uses of FormHttpMessageConverter in org.springframework.http.converter.support
Subclasses of FormHttpMessageConverter in org.springframework.http.converter.support Modifier and Type Class Description classAllEncompassingFormHttpMessageConverterExtension ofFormHttpMessageConverter, adding support for XML and JSON-based parts.Uses of FormHttpMessageConverter in org.springframework.web.filter
Methods in org.springframework.web.filter that return FormHttpMessageConverter Modifier and Type Method Description FormHttpMessageConverterHttpPutFormContentFilter. getFormConverter()Deprecated.Methods in org.springframework.web.filter with parameters of type FormHttpMessageConverter Modifier and Type Method Description voidFormContentFilter. setFormConverter(FormHttpMessageConverter converter)Set the converter to use for parsing form content.voidHttpPutFormContentFilter. setFormConverter(FormHttpMessageConverter converter)Deprecated.Set the converter to use for parsing form content.