程序包的使用
org.springframework.http.converter.json
使用org.springframework.http.converter.json的程序包 程序包 说明 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.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.http.converter.cbor使用的org.springframework.http.converter.json中的类 类 说明 AbstractJackson2HttpMessageConverter Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.org.springframework.http.converter.json使用的org.springframework.http.converter.json中的类 类 说明 AbstractJackson2HttpMessageConverter Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.AbstractJsonHttpMessageConverter Common base class for plain JSON converters, e.g.Jackson2ObjectMapperBuilder A builder used to createObjectMapperinstances with a fluent API.org.springframework.http.converter.smile使用的org.springframework.http.converter.json中的类 类 说明 AbstractJackson2HttpMessageConverter Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.org.springframework.http.converter.xml使用的org.springframework.http.converter.json中的类 类 说明 AbstractJackson2HttpMessageConverter Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.org.springframework.web.servlet.mvc.method.annotation使用的org.springframework.http.converter.json中的类 类 说明 MappingJacksonValue A simple holder for the POJO to serialize viaMappingJackson2HttpMessageConverteralong with further serialization instructions to be passed in to the converter.