Uses of Class
org.springframework.http.converter.AbstractGenericHttpMessageConverter
Packages that use AbstractGenericHttpMessageConverter 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 AbstractGenericHttpMessageConverter in org.springframework.http.converter
Subclasses of AbstractGenericHttpMessageConverter in org.springframework.http.converter Modifier and Type Class Description classResourceRegionHttpMessageConverterImplementation ofHttpMessageConverterthat can write a singleResourceRegion, or Collections ofResourceRegions.Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.cbor
Subclasses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.cbor Modifier and Type Class Description classMappingJackson2CborHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 2.x extension.Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.json
Subclasses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.json 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 AbstractGenericHttpMessageConverter in org.springframework.http.converter.smile
Subclasses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.smile 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 AbstractGenericHttpMessageConverter in org.springframework.http.converter.xml
Subclasses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.xml Modifier and Type Class Description classMappingJackson2XmlHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write XML using Jackson 2.x extension component for reading and writing XML encoded data.