Example #1
0
 public JSONObject toJsonObject() {
   return TreewbsTabJsonFactory.toJsonObject(this);
 }
Example #2
0
 public ObjectNode toObjectNode() {
   return TreewbsTabJsonFactory.toObjectNode(this);
 }
Example #3
0
 public TreewbsTab jsonToObject(JSONObject jsonObject) {
   return TreewbsTabJsonFactory.jsonToObject(jsonObject);
 }