类的使用
org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
使用AbstractJsonHttpMessageConverter的程序包 程序包 说明 org.springframework.http.converter.json Provides HttpMessageConverter implementations for handling JSON.org.springframework.http.converter.json中AbstractJsonHttpMessageConverter的使用
org.springframework.http.converter.json中AbstractJsonHttpMessageConverter的子类 修饰符和类型 类 说明 classGsonHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write JSON using the Google Gson library.classJsonbHttpMessageConverterImplementation ofHttpMessageConverterthat can read and write JSON using the JSON Binding API.