Uses of Class
cn.leancloud.json.JSONArray
Packages that use JSONArray
-
Uses of JSONArray in cn.leancloud
Methods in cn.leancloud that return JSONArrayModifier and TypeMethodDescriptionLCObject.getJSONArray(String key) Get jsonarray value of specified key.Methods in cn.leancloud that return types with arguments of type JSONArrayModifier and TypeMethodDescriptionstatic io.reactivex.Observable<JSONArray> LCObject.saveAllInBackground(LCUser asAuthenticatedUser, Collection<? extends LCObject> objects) Save all objects in async mode.static io.reactivex.Observable<JSONArray> LCObject.saveAllInBackground(Collection<? extends LCObject> objects) Save all objects in async mode. -
Uses of JSONArray in cn.leancloud.gson
Subclasses of JSONArray in cn.leancloud.gsonMethods in cn.leancloud.gson that return JSONArrayModifier and TypeMethodDescriptionGsonArray.fluentAddAll(int index, Collection<? extends Object> c) GsonArray.fluentAddAll(Collection<? extends Object> c) GsonArray.fluentClear()GsonArray.fluentRemove(int index) GsonArray.fluentRemove(Object o) GsonArray.fluentRemoveAll(Collection<?> c) GsonArray.fluentRetainAll(Collection<?> c) GsonArray.getJSONArray(int index) GsonObject.getJSONArray(String key) GSONParser.parseArray(String text) JSONArrayAdapter.read(com.google.gson.stream.JsonReader reader) GSONParser.toJSONArray(List<Object> list) Methods in cn.leancloud.gson with parameters of type JSONArray -
Uses of JSONArray in cn.leancloud.json
Methods in cn.leancloud.json that return JSONArrayModifier and TypeMethodDescriptionstatic JSONArrayabstract JSONArrayabstract JSONArrayabstract JSONArrayJSONArray.fluentAddAll(int index, Collection<? extends Object> c) abstract JSONArrayJSONArray.fluentAddAll(Collection<? extends Object> c) abstract JSONArrayJSONArray.fluentClear()abstract JSONArrayJSONArray.fluentRemove(int index) abstract JSONArrayJSONArray.fluentRemove(Object o) abstract JSONArrayJSONArray.fluentRemoveAll(Collection<?> c) abstract JSONArrayJSONArray.fluentRetainAll(Collection<?> c) abstract JSONArrayabstract JSONArrayJSONArray.getJSONArray(int index) abstract JSONArrayJSONObject.getJSONArray(String key) static JSONArrayJSON.parseArray(String text) JSONParser.parseArray(String text) JSONParser.toJSONArray(List<Object> list)