예제 #1
0
파일: TreewbsTab.java 프로젝트: jior/isdp
 public JSONObject toJsonObject() {
   return TreewbsTabJsonFactory.toJsonObject(this);
 }
예제 #2
0
파일: TreewbsTab.java 프로젝트: jior/isdp
 public ObjectNode toObjectNode() {
   return TreewbsTabJsonFactory.toObjectNode(this);
 }
예제 #3
0
파일: TreewbsTab.java 프로젝트: jior/isdp
 public TreewbsTab jsonToObject(JSONObject jsonObject) {
   return TreewbsTabJsonFactory.jsonToObject(jsonObject);
 }