public final class BlobJsonList extends Object implements JsonList
| Constructor and Description |
|---|
BlobJsonList(List<Object> list) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
add(T value) |
<T> T |
get(int index,
Class<T> clazz) |
protected boolean |
isModified() |
<T> T |
remove(int index,
Class<T> clazz) |
protected void |
setModified() |
int |
size() |
protected byte[] |
write(JsonMapper mapper) |
protected byte[] write(JsonMapper mapper)
protected final void setModified()
protected final boolean isModified()
Copyright © 2019. All rights reserved.