接口的使用
cn.taketoday.http.converter.GenericHttpMessageConverter
程序包
说明
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides an HttpMessageConverter for the CBOR data format.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
Provides HttpMessageConverter implementations for handling XML.
-
cn.taketoday.http.converter中GenericHttpMessageConverter的使用
修饰符和类型类说明classAbstract base class for mostGenericHttpMessageConverterimplementations.classImplementation ofHttpMessageConverterthat can write a singleResourceRegionor Collections ofResourceRegions. -
cn.taketoday.http.converter.cbor中GenericHttpMessageConverter的使用
修饰符和类型类说明classImplementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 2.x extension. -
cn.taketoday.http.converter.json中GenericHttpMessageConverter的使用
修饰符和类型类说明classAbstract base class for Jackson based and content type independentHttpMessageConverterimplementations.classCommon base class for plain JSON converters, e.g.classImplementation ofHttpMessageConverterthat can read and write JSON using the Google Gson library.classImplementation ofHttpMessageConverterthat can read and write JSON using the JSON Binding API.classImplementation ofHttpMessageConverterthat can read and write JSON using Jackson 2.x'sObjectMapper. -
cn.taketoday.http.converter.smile中GenericHttpMessageConverter的使用
修饰符和类型类说明classImplementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 2.x extension. -
cn.taketoday.http.converter.xml中GenericHttpMessageConverter的使用
修饰符和类型类说明classJaxb2CollectionHttpMessageConverter<T extends Collection>AnHttpMessageConverterthat can read XML collections using JAXB2.classImplementation ofHttpMessageConverterthat can read and write XML using Jackson 2.x extension component for reading and writing XML encoded data.