实体类字段为JSON类型时,必须使用标签进行判定以排除其为null的可能性,否则会报下面的找不到为null时的指定。
Cause: java.lang.IllegalStateException: Type handler was null on parameter mapping for
property 'urlParams'. It was either not specified and/or could not be found for the javaType
(com.alibaba.fastjson.JSONObject) : jdbcType (null) combination.
文章来源:https://www.toymoban.com/news/detail-524061.html
解决方法:在java对应的实体类添加对应的字段,重点是加上(typeHandler = JacksonTypeHandler.class)这个注解
文章来源地址https://www.toymoban.com/news/detail-524061.html
到了这里,关于java报错:Type handler was null on parameter mapping for property ‘*‘,jdbcType (null) combination.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!