Searched refs:JsonObjectFactory (Results 1 – 1 of 1) sorted by relevance
307 public static interface JsonObjectFactory<T> { interface in Utils311 public static <T> List<T> createList(JSONArray objects, JsonObjectFactory<T> factory) { in createList()