struts2 json plugin includeProperties怎么过滤Set集合
1个回答
推荐于2016-12-06
展开全部
includeProperties 是包括,可以使用 excludeProperties 排除。。。。。。。。。
参考
@Result(name = Action.SUCCESS, type = "json", params = {
"excludeProperties","pageList\\.\\list[\\d+\\]\\.tbGrpInfo\\.(tbGrpEmps.*|tbGrpSets.*|tbGrpDepts.*){1}",
//过滤的值(我用的是hibernate,这里是过滤集合中tbGrpInfo这个对象,但是tbGrpInfo个对象包含了
tbGrpEmps,tbGrpSets,tbGrpDepts对象,因此都需要过滤,{1}这个表示只要有其中一个就过滤掉)
"includeProperties", "success,msg,pageList.*" //返回的值
}),
参考
@Result(name = Action.SUCCESS, type = "json", params = {
"excludeProperties","pageList\\.\\list[\\d+\\]\\.tbGrpInfo\\.(tbGrpEmps.*|tbGrpSets.*|tbGrpDepts.*){1}",
//过滤的值(我用的是hibernate,这里是过滤集合中tbGrpInfo这个对象,但是tbGrpInfo个对象包含了
tbGrpEmps,tbGrpSets,tbGrpDepts对象,因此都需要过滤,{1}这个表示只要有其中一个就过滤掉)
"includeProperties", "success,msg,pageList.*" //返回的值
}),
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询