代码语言:javascript复制
com.fasterxml.jackson.databind.JsonMappingException: Can not construct instance of com.huasisoft.egAffairs.JsonResult: no suitable constructor found, can not deserialize from Object value
Jetbrains全家桶1年46,售后保障稳定
没有无参构造函数,再json转换的时候bean类要加上无参构造函数,如JsonResult Json转对象失败:”No suitable constructor found for type [simple type, class com.test.faster.domain.respons 今天自己定制一个json转换对象的方法,转换过程中报错:
代码语言:javascript复制"No suitable constructor found for type [simple type, class com.test.faster.domain.response.User]: can not instantiate from JSON object (need to add/enable type information?)
原因java bean中没有提供无参的构造函数,在bean中构造一个方法就可以了
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/222950.html原文链接:https://javaforall.cn