Package | Description |
---|---|
cn.leancloud | |
cn.leancloud.gson | |
cn.leancloud.json |
Modifier and Type | Method and Description |
---|---|
JSONArray |
LCObject.getJSONArray(String key)
Get jsonarray value of specified key.
|
Modifier and Type | Method and Description |
---|---|
static io.reactivex.Observable<JSONArray> |
LCObject.saveAllInBackground(Collection<? extends LCObject> objects)
Save all objects in async mode.
|
static io.reactivex.Observable<JSONArray> |
LCObject.saveAllInBackground(LCUser asAuthenticatedUser,
Collection<? extends LCObject> objects)
Save all objects in async mode.
|
Modifier and Type | Class and Description |
---|---|
class |
GsonArray |
Modifier and Type | Method and Description |
---|---|
JSONArray |
GsonArray.fluentAdd(int index,
Object element) |
JSONArray |
GsonArray.fluentAdd(Object e) |
JSONArray |
GsonArray.fluentAddAll(Collection<? extends Object> c) |
JSONArray |
GsonArray.fluentAddAll(int index,
Collection<? extends Object> c) |
JSONArray |
GsonArray.fluentClear() |
JSONArray |
GsonArray.fluentRemove(int index) |
JSONArray |
GsonArray.fluentRemove(Object o) |
JSONArray |
GsonArray.fluentRemoveAll(Collection<?> c) |
JSONArray |
GsonArray.fluentRetainAll(Collection<?> c) |
JSONArray |
GsonArray.fluentSet(int index,
Object element) |
JSONArray |
GsonArray.getJSONArray(int index) |
JSONArray |
GsonObject.getJSONArray(String key) |
JSONArray |
GSONParser.parseArray(String text) |
JSONArray |
JSONArrayAdapter.read(com.google.gson.stream.JsonReader reader) |
JSONArray |
GSONParser.toJSONArray(List<Object> list) |
Modifier and Type | Method and Description |
---|---|
void |
JSONArrayAdapter.write(com.google.gson.stream.JsonWriter writer,
JSONArray array) |
Modifier and Type | Method and Description |
---|---|
static JSONArray |
JSONArray.Builder.create(List<Object> param) |
abstract JSONArray |
JSONArray.fluentAdd(int index,
Object element) |
abstract JSONArray |
JSONArray.fluentAdd(Object a) |
abstract JSONArray |
JSONArray.fluentAddAll(Collection<? extends Object> c) |
abstract JSONArray |
JSONArray.fluentAddAll(int index,
Collection<? extends Object> c) |
abstract JSONArray |
JSONArray.fluentClear() |
abstract JSONArray |
JSONArray.fluentRemove(int index) |
abstract JSONArray |
JSONArray.fluentRemove(Object o) |
abstract JSONArray |
JSONArray.fluentRemoveAll(Collection<?> c) |
abstract JSONArray |
JSONArray.fluentRetainAll(Collection<?> c) |
abstract JSONArray |
JSONArray.fluentSet(int index,
Object element) |
abstract JSONArray |
JSONArray.getJSONArray(int index) |
abstract JSONArray |
JSONObject.getJSONArray(String key) |
JSONArray |
JSONParser.parseArray(String text) |
static JSONArray |
JSON.parseArray(String text) |
JSONArray |
JSONParser.toJSONArray(List<Object> list) |
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.