当前位置:   article > 正文

Could not write JSON: java.lang.Integer cannot be cast to java.lang.Double; nested exception is com._could not write json: class java.lang.integer cann

could not write json: class java.lang.integer cannot be cast to class java.l

Could not write JSON: java.lang.Integer cannot be cast to java.lang.Double; nested exception is com.fasterxml.jackson.databind.JsonMappingException: java.lang.Integer cannot be cast to java.lang.Double (through reference chain: com.inspur.cloud.ddos.common.bean.ResponseBean[“data”]->com.inspur.cloud.ddos.manage.report.dto.DdosAttackTrendDTO[“ydata”]->com.inspur.cloud.ddos.manage.report.dto.DdosAttackTrendDTO$YDataDTO[“data”]->java.util.ArrayList[0])

无法写入JSON:java.lang.Integer无法强制转换为java.lang.Double;嵌套异常为com.fasterxml.jackson.databind.JsonMappingException:java.lang.Integer无法强制转换为java.lang.Ddouble(通过引用链:

解决方案 :

List<Number> yDatas = (List<Number>) map.get(KEY_DATA);
  • 1

直接用Number类型接收,就不会报错了
在这里插入图片描述

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/秋刀鱼在做梦/article/detail/813897
推荐阅读
相关标签
  

闽ICP备14008679号