net.sf.json.JSONException: There is a cycle in the hierarchy! 异常解决详解编程语言

JsonConfig jsonConfig = new JsonConfig(); 
jsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT); 
jsonConfig.registerJsonBeanProcessor(java.sql.Date.class,new JsDateJsonBeanProcessor()); 
 
JSONArray jsonObject = JSONArray.fromObject(list, jsonConfig);

可解决该异常出现

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/14061.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论