java后台接收json数据,报错com.alibaba.fastjso…

2018-11-29 09:46:24来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

  从前台接收json封装的list数据,在后台接收时一直报错,com.alibaba.fastjson.JSONObject cannot be cast to xxx,

  使用这种方式接收可以接收

 1 @RequestMapping(value = "/insertUser", method = RequestMethod.POST)
 2 public ResultT insertUser(@RequestBody Map<String,List<User>> map){
 3     List<User> userList = map.get("insertUserList");  
 4 }
 5 
 6 //前台json格式
 7 {
 8     "insertUserList": [
 9         {
10             "firstName": "Brett",
11             "lastName": "McLaughlin",
12             "email": "aaaa"
13         },
14         {
15             "firstName": "Jason",
16             "lastName": "Hunter",
17             "email": "bbbb"
18         },
19         {
20             "firstName": "Elliotte",
21             "lastName": "Harold",
22             "email": "cccc"
23         }
24     ]
25 }

 

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Mybatis框架Day01(上)

下一篇:Redis 私有云平台 CacheCloud