当前位置 : 主页 > 网络编程 > 其它编程 >

json解析提示net.sf.ezmorph.bean.MorphDynaBeancannotbecastto

来源:互联网 收集:自由互联 发布时间:2023-07-02
2019独角兽企业重金招聘Python工程师标准如果在使用JSONObject.toBean转换时对象里面有ListMap之类的转换时会提示net.sf.ez 2019独角兽企业重金招聘Python工程师标准>>> 如果在使用JSONObject.toBean转
2019独角兽企业重金招聘Python工程师标准如果在使用JSONObject.toBean转换时对象里面有ListMap之类的转换时会提示net.sf.ez

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

如果在使用JSONObject.toBean转换时对象里面有List/Map之类的转换时会提示net.sf.ezmorph.bean.MorphDynaBean cannot be cast to错误。 此时需要指定List/Map转换类型

Map map new HashMap();map.put("dUnitActivityParticipantsInfos",DUnitActivityParticipantsInfo.class); // key为私有变量的属性名DUnitExerciseInfo unitExerciseInfo (DUnitExerciseInfo) JSONObject.toBean(jsonObject, DUnitExerciseInfo.class, map);

转:https://my.oschina.net/u/2406628/blog/813494

【文章原创作者响水网站建设公司 http://www.1234xp.com/xiangshui.html 欢迎留下您的宝贵建议】
上一篇:Dockerforwindows修改默认镜像文件位置
下一篇:没有了
网友评论