程序包的使用
cn.taketoday.http.converter.json
程序包
说明
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.
Method handler
-
类说明Abstract base class for Jackson based and content type independent
HttpMessageConverterimplementations. -
类说明Abstract base class for Jackson based and content type independent
HttpMessageConverterimplementations.Common base class for plain JSON converters, e.g.A builder used to createObjectMapperinstances with a fluent API. -
类说明Abstract base class for Jackson based and content type independent
HttpMessageConverterimplementations. -
类说明Abstract base class for Jackson based and content type independent
HttpMessageConverterimplementations. -
类说明A simple holder for the POJO to serialize via
MappingJackson2HttpMessageConverteralong with further serialization instructions to be passed in to the converter.