Class AllEncompassingFormHttpMessageConverter

java.lang.Object
org.springframework.http.converter.multipart.MultipartHttpMessageConverter
org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
All Implemented Interfaces:
HttpMessageConverter<MultiValueMap<String,?>>, SmartHttpMessageConverter<MultiValueMap<String,?>>

@Deprecated(since="7.1", forRemoval=true) public class AllEncompassingFormHttpMessageConverter extends MultipartHttpMessageConverter
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.1 in favor of MultipartHttpMessageConverter.
Extension of MultipartHttpMessageConverter, adding support for XML, JSON, Smile, CBOR, Protobuf and Yaml based parts when related libraries are present in the classpath.
Since:
3.2
Author:
Rossen Stoyanchev, Juergen Hoeller, Sebastien Deleuze
  • Constructor Details

    • AllEncompassingFormHttpMessageConverter

      public AllEncompassingFormHttpMessageConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a new AllEncompassingFormHttpMessageConverter instance that will auto-detect part converters.
    • AllEncompassingFormHttpMessageConverter

      public AllEncompassingFormHttpMessageConverter(Iterable<HttpMessageConverter<?>> converters)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a new AllEncompassingFormHttpMessageConverter instance using the given message converters.
      Parameters:
      converters - the message converters to use for part conversion
      Since:
      7.0