java 匹配指定的字段

fieldsLists.removeAll(fieldsRestturnLists);
                SimplePropertyPreFilter filter = new SimplePropertyPreFilter();
                filter.getExcludes().addAll(fieldsLists);
                String s = JSONArray.toJSONString(jdzCmsArticleVoList, filter);
                JSONArray jsonArray = JSONArray.parseArray(s);
原文地址:https://www.cnblogs.com/wangshuang123/p/12505339.html