一、该问题的重现步骤是什么?
1、因为所有的Long类型默认被转换成了字符串所以反序列化的时候出了下面的问题
2、下面的问题我已经在字段上加上了还是不行,是不是因为List导致的?
( using = .)
{
"code": 400,
"success": false,
"data": {},
"msg": "JSON parse error: Cannot deserialize instance of `java.lang.Long` out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.Long` out of START_OBJECT token\n at [Source: (PushbackInputStream); line: 1, column: 21] (through reference chain: com.sm.designers.task.req.TaskUpdateReq[\"publisherList\"]->java.util.ArrayList[0])"
}
二、你期待的结果是什么?实际看到的又是什么?
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
四、请提供详细的错误堆栈信息,这很重要。
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端