指定JSON.toJSONString中实体类属性的输出顺序

JSON.toJSONString过程当中出现实体类的属性与转换以前的顺序不一致 public static void main(String[] args) {         Person person = new Person();         person.setName("Tom");         person.setAge(20);         person.setGend
相关文章
相关标签/搜索