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