java.lang.IllegalArgumentException: No converter found for return value of type: class com.smart.res

Posted Johar

tags:

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

今天学习了一下spring boot 中的mybatis,用mybatis来增删改查用户,获取用户,添加用户,修改用户,删除用户,修改用户,都是可以的,但是获取带分页的用户列表,一直抛出这个java.lang.IllegalArgumentException: No converter found for return value of type: class com.smart.result.Page,一直不知道什么地方的问题,后来一查才知道Page<E>中没有实现属性的set,get造成的,jackson在进行序列化的时候调用的是get方法,而反序列化的时候调用的是set方法。

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

IllegalArgumentException:此 NavController 未知导航目的地 xxx