Searched refs:fromJsonObject (Results 1 – 3 of 3) sorted by relevance
8 public static Host fromJsonObject(JSONObject object) { in fromJsonObject() method in Host
33 Host host = Host.fromJsonObject(row); in handleJsonResult()
308 public T fromJsonObject(JSONObject object); in fromJsonObject() method314 list.add(factory.fromJsonObject(object)); in createList()