码迷,mamicode.com
首页 > 编程语言 > 详细

Could not read document: Can not deserialize instance of java.lang.String out of START_ARRAY

时间:2018-12-11 17:30:51      阅读:1395      评论:0      收藏:0      [点我收藏+]

标签:out   inpu   instance   converter   解析   fast   bsp   b2b   字段   

 

线上问题:

{
    "timestamp": "1544510665",
    "status": 400,
    "error": "Bad Request",
    "exception": "org.springframework.http.converter.HttpMessageNotReadableException",
    "message": "Could not read document: Can not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: java.io.PushbackInputStream@6d9b2ba7; line: 18, column: 18] (through reference chain: com.imdada.shine.dao.vo.SenderVo[\"poiAddress\"]); nested exception is com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: java.io.PushbackInputStream@6d9b2ba7; line: 18, column: 18] (through reference chain: com.imdada.shine.dao.vo.SenderVo[\"poiAddress\"])",
    "path": "/toc/corp/client/addSender"
}

解决方案:
发现是在解析json字符串的时候,某个字段的值本来应该是字符串,结果是[开头的

Could not read document: Can not deserialize instance of java.lang.String out of START_ARRAY

标签:out   inpu   instance   converter   解析   fast   bsp   b2b   字段   

原文地址:https://www.cnblogs.com/pengfei860/p/10102895.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!