返回顶部
首页 > 资讯 > 后端开发 > JAVA >解决报错:No converter for [xxx] with preset Content-Type ‘null‘和Could not find acceptable representation
  • 203
分享到

解决报错:No converter for [xxx] with preset Content-Type ‘null‘和Could not find acceptable representation

javaspringboot序列化 2023-09-24 05:09:45 203人浏览 八月长安
摘要

报错如下:    从表面上看:似乎是因为没有序列号转换工具converter的原因,但是SpringBoot实际已经自带jackson序列号转换工具(在spring-boot-starter-WEB/spring-boot-start

报错如下:

 

 从表面上看:似乎是因为没有序列号转换工具converter的原因,但是SpringBoot实际已经自带jackson序列号转换工具(在spring-boot-starter-WEB/spring-boot-starter-JSON包下)。

 所以明显不是这个原因。那么真正的原因是什么?

实际上,报这个异常跟序列化的原理有关,不论fastjson/jackson在序列化的时候,都是利用反射找到对象类的所有get方法,获取方法名称,然后首字母小写,作为json的每个key值,而get方法的返回值作为value, 最后添加到json中。

所以,解决办法:给实体类添加好getter方法就行了

 

来源地址:https://blog.csdn.net/jiaohuizhuang6019/article/details/130068327

--结束END--

本文标题: 解决报错:No converter for [xxx] with preset Content-Type ‘null‘和Could not find acceptable representation

本文链接: https://lsjlt.com/news/416730.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作