Uses of Interface
org.springframework.http.converter.GenericHttpMessageConverter
Packages that use GenericHttpMessageConverter Package Description org.springframework.http.converter Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.org.springframework.http.converter.cbor Provides an HttpMessageConverter for the CBOR data format.org.springframework.http.converter.json Provides HttpMessageConverter implementations for handling JSON.org.springframework.http.converter.smile Provides an HttpMessageConverter for the Smile data format ("binary JSON").org.springframework.http.converter.xml Provides HttpMessageConverter implementations for handling XML.Uses of GenericHttpMessageConverter in org.springframework.http.converter
Classes in org.springframework.http.converter that implement GenericHttpMessageConverter Modifier and Type Class Description classAbstractGenericHttpMessageConverter<T>Abstract base class for mostGenericHttpMessageConverterimplementations.classResourceRegionHttpMessageConverterImplementation ofHttpMessageConverterthat can write a singleResourceRegion, or Collections ofResourceRegions.Uses of GenericHttpMessageConverter in org.springframework.http.converter.cbor
Classes in org.springframework.http.converter.cbor that implement GenericHttpMessageConverter Modifier and Type Class Description classMappingJackson2CborHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 2.x extension.Uses of GenericHttpMessageConverter in org.springframework.http.converter.json
Classes in org.springframework.http.converter.json that implement GenericHttpMessageConverter Modifier and Type Class Description classAbstractJackson2HttpMessageConverterAbstract base class for Jackson based and content type independentHttpMessageConverterimplementations.classAbstractJsonHttpMessageConverterCommon base class for plain JSON converters, e.g.classGsonHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write JSON using the Google Gson library.classJsonbHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write JSON using the JSON Binding API.classMappingJackson2HttpMessageConverterImplementation ofHttpMessageConverterthat can read and write JSON using Jackson 2.x'sObjectMapper.Uses of GenericHttpMessageConverter in org.springframework.http.converter.smile
Classes in org.springframework.http.converter.smile that implement GenericHttpMessageConverter Modifier and Type Class Description classMappingJackson2SmileHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 2.x extension.Uses of GenericHttpMessageConverter in org.springframework.http.converter.xml
Classes in org.springframework.http.converter.xml that implement GenericHttpMessageConverter Modifier and Type Class Description classJaxb2CollectionHttpMessageConverter<T extends Collection>AnHttpMessageConverterthat can read XML collections using JAXB2.classMappingJackson2XmlHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write XML using Jackson 2.x extension component for reading and writing XML encoded data.