日期:2014-05-18 浏览次数:20732 次
public class XXXView {
private Server serverInfo;
....
private Map<String,List<OtherPOJO>> checkDatas = new HashMap<String,List<OtherPOJO>>();
private List<XXXView> children = new ArrayList<XXXView>();
private List<XXXView> parent = new ArrayList<XXXView>();
}
public class OtherPOJO{
private String property1;
private String property2;
private String property3;
private List<XXX> property4;
}
view\[\d+\]\.child\[\d+\]\.checkDatas\[\d+\]\[\d+\]\.property2,
view\[\d+\]\.parent\[\d+\]\.checkDatas\[\d+\]\[\d+\]\.property4