All Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
Response<List<Long>> |
jsonArrAppend(String key,
Path2 path,
Object... objects) |
Response<List<Long>> |
jsonArrAppendWithEscape(String key,
Path2 path,
Object... objects) |
Response<List<Long>> |
jsonArrIndex(String key,
Path2 path,
Object scalar) |
Response<List<Long>> |
jsonArrIndexWithEscape(String key,
Path2 path,
Object scalar) |
Response<List<Long>> |
jsonArrInsert(String key,
Path2 path,
int index,
Object... objects) |
Response<List<Long>> |
jsonArrInsertWithEscape(String key,
Path2 path,
int index,
Object... objects) |
Response<List<Long>> |
jsonArrLen(String key,
Path2 path) |
Response<List<Object>> |
jsonArrPop(String key,
Path2 path) |
Response<List<Object>> |
jsonArrPop(String key,
Path2 path,
int index) |
Response<List<Long>> |
jsonArrTrim(String key,
Path2 path,
int start,
int stop) |
Response<Long> |
jsonClear(String key) |
Response<Long> |
jsonClear(String key,
Path2 path) |
Response<Long> |
jsonDel(String key) |
Response<Long> |
jsonDel(String key,
Path2 path) |
Response<Object> |
jsonGet(String key) |
Response<Object> |
jsonGet(String key,
Path2... paths) |
Response<String> |
jsonMerge(String key,
Path2 path,
Object object) |
Response<List<org.json.JSONArray>> |
jsonMGet(Path2 path,
String... keys) |
default Response<List<org.json.JSONArray>> |
jsonMGet(String... keys) |
Response<Object> |
jsonNumIncrBy(String key,
Path2 path,
double value) |
default Response<String> |
jsonSet(String key,
Object object) |
default Response<String> |
jsonSet(String key,
Object object,
JsonSetParams params) |
Response<String> |
jsonSet(String key,
Path2 path,
Object object) |
Response<String> |
jsonSet(String key,
Path2 path,
Object object,
JsonSetParams params) |
default Response<String> |
jsonSetWithEscape(String key,
Object object) |
default Response<String> |
jsonSetWithEscape(String key,
Object object,
JsonSetParams params) |
Response<String> |
jsonSetWithEscape(String key,
Path2 path,
Object object) |
Response<String> |
jsonSetWithEscape(String key,
Path2 path,
Object object,
JsonSetParams params) |
Response<List<Long>> |
jsonStrAppend(String key,
Path2 path,
Object string) |
Response<List<Long>> |
jsonStrLen(String key,
Path2 path) |
Response<List<Boolean>> |
jsonToggle(String key,
Path2 path) |
Response<List<Class<?>>> |
jsonType(String key,
Path2 path) |