No converter found for return value of type: class

Posted 闲言博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No converter found for return value of type: class相关的知识,希望对你有一定的参考价值。

错误产生环境

SpringBoot项目响应数据时产生

错误描述

converter.HttpMessageNotWritableException: No converter found for return value of type: 

错误原因

调用的实体类没有加上getter和Setter方法

解决办法

给提供getter和Setter方法 或者使用lombox插件的@Data注解

以上是关于No converter found for return value of type: class的主要内容,如果未能解决你的问题,请参考以下文章

No converter found for return value of type: class

springmvc出现 No converter found for return value of type错误

springmvc出现 No converter found for return value of type错误

java.lang.IllegalArgumentException: No converter found for return value of type:

No converter found for return value of type: class java.util.ArrayList

No converter found for return value of type: class java.util.ArrayList