资源简介
使用第三方工具将各种对象转成json格式,比如JavaBean对象/List或Set或Map对象
代码片段和文件信息
//城市
public class City {
private Integer id;
private String name;
public City() {}
public City(Integer idString name) {
this.id = id;
this.name = name;
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-30 15:31 bean2json\
文件 529 2018-09-30 15:31 bean2json\.classpath
目录 0 2018-09-30 15:31 bean2json\.myeclipse\
文件 300 2018-09-30 15:31 bean2json\.myme
文件 1536 2018-09-30 15:31 bean2json\.project
目录 0 2018-09-30 15:31 bean2json\.settings\
文件 500 2018-09-30 15:31 bean2json\.settings\.jsdtscope
文件 364 2018-09-30 15:31 bean2json\.settings\org.eclipse.jdt.core.prefs
文件 465 2018-09-30 15:31 bean2json\.settings\org.eclipse.wst.common.component
文件 252 2018-09-30 15:31 bean2json\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2018-09-30 15:31 bean2json\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2018-09-30 15:31 bean2json\.settings\org.eclipse.wst.jsdt.ui.superType.name
目录 0 2018-09-30 15:31 bean2json\src\
文件 391 2018-09-30 15:31 bean2json\src\City.java
文件 728 2018-09-30 15:31 bean2json\src\Province.java
文件 2150 2018-09-30 15:31 bean2json\src\TestBean2Json.java
目录 0 2018-09-30 15:31 bean2json\WebRoot\
文件 834 2018-09-30 15:31 bean2json\WebRoot\index.jsp
目录 0 2018-09-30 15:31 bean2json\WebRoot\me
文件 36 2018-09-30 15:31 bean2json\WebRoot\me
目录 0 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\
目录 0 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\classes\
文件 880 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\classes\City.class
文件 1505 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\classes\Province.class
文件 2630 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\classes\TestBean2Json.class
目录 0 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\lib\
文件 188671 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\lib\commons-beanutils-1.7.0.jar
文件 559366 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\lib\commons-collections-3.1.jar
文件 279193 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\lib\commons-lang-2.5.jar
文件 60686 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\lib\commons-logging-1.1.1.jar
文件 77826 2018-09-30 15:31 bean2json\WebRoot\WEB-INF\lib\ezmorph-1.0.3.jar
............此处省略2个文件信息
评论
共有 条评论