Uses of Class
org.springframework.http.converter.FormHttpMessageConverter
Package
Description
Provides a comprehensive HttpMessageConverter variant for form handling.
Provides generic filter base classes allowing for bean-style configuration.
-
Uses of FormHttpMessageConverter in org.springframework.http.converter.support
Modifier and TypeClassDescriptionclass
Extension ofFormHttpMessageConverter
, adding support for XML, JSON, Smile, CBOR, Protobuf and Yaml based parts when related libraries are present in the classpath. -
Uses of FormHttpMessageConverter in org.springframework.web.filter
Modifier and TypeMethodDescriptionvoid
FormContentFilter.setFormConverter
(FormHttpMessageConverter converter) Set the converter to use for parsing form content.