类的使用
org.springframework.http.converter.AbstractGenericHttpMessageConverter
使用AbstractGenericHttpMessageConverter的程序包 程序包 说明 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.org.springframework.http.converter中AbstractGenericHttpMessageConverter的使用
org.springframework.http.converter中AbstractGenericHttpMessageConverter的子类 修饰符和类型 类 说明 classResourceRegionHttpMessageConverterImplementation ofHttpMessageConverterthat can write a singleResourceRegion, or Collections ofResourceRegions.org.springframework.http.converter.cbor中AbstractGenericHttpMessageConverter的使用
org.springframework.http.converter.cbor中AbstractGenericHttpMessageConverter的子类 修饰符和类型 类 说明 classMappingJackson2CborHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 2.x extension.org.springframework.http.converter.json中AbstractGenericHttpMessageConverter的使用
org.springframework.http.converter.json中AbstractGenericHttpMessageConverter的子类 修饰符和类型 类 说明 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.org.springframework.http.converter.smile中AbstractGenericHttpMessageConverter的使用
org.springframework.http.converter.smile中AbstractGenericHttpMessageConverter的子类 修饰符和类型 类 说明 classMappingJackson2SmileHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 2.x extension.org.springframework.http.converter.xml中AbstractGenericHttpMessageConverter的使用
org.springframework.http.converter.xml中AbstractGenericHttpMessageConverter的子类 修饰符和类型 类 说明 classMappingJackson2XmlHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write XML using Jackson 2.x extension component for reading and writing XML encoded data.