码迷,mamicode.com
首页 > Web开发 > 详细

JSONObject.toBean() data转换

时间:2018-02-10 18:19:17      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:bean   constant   ase   转换   属性   post   上下   ant   gis   

//toBean方法不识别date属性  要把VO的DATE该成UTIL包下的DATE 然后加上下面的代码。不然会报错
JSONUtils.getMorpherRegistry().registerMorpher(new DateMorpher(new String[] {"yyyy-MM-dd", "yyyy-MM-dd HH:mm:ss"}));
                
BaseConstantVO baseConstantVO = (BaseConstantVO) JSONObject.toBean(paramsJson, BaseConstantVO.class);

JSONObject.toBean() data转换

标签:bean   constant   ase   转换   属性   post   上下   ant   gis   

原文地址:https://www.cnblogs.com/BobXie85/p/8439291.html

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