T - public class JsonObjectArrayWrapper<T extends JsonObjectWrapper> extends TypedJsonArray<T>
json| Constructor and Description |
|---|
JsonObjectArrayWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object o) |
protected T |
get(io.apptik.json.JsonElement jsonElement,
int pos) |
protected io.apptik.json.JsonElement |
to(T value) |
JsonObjectArrayWrapper<T> |
withWrapperType(java.lang.Class<T> cls) |
<O extends JsonElementWrapper> |
wrap(io.apptik.json.JsonArray jsonElement) |
<O extends JsonObjectArrayWrapper> |
wrap(io.apptik.json.JsonArray jsonArray,
java.lang.Class<T> cls) |
add, add, addAll, addAll, clear, containsAll, get, getJson, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayaddSchemaFetcher, addValidator, fetchMetaInfo, getContentType, getDefaultSchemaFetcher, getJsonSchemaUri, getMetaInfo, getValidators, isDataValid, setContentType, setDefaultSchemaFetcher, setMetaInfo, setMetaInfoUri, setSchemaFetchers, toString, validateDatapublic <O extends JsonElementWrapper> O wrap(io.apptik.json.JsonArray jsonElement)
wrap in class TypedJsonArray<T extends JsonObjectWrapper>public <O extends JsonObjectArrayWrapper> O wrap(io.apptik.json.JsonArray jsonArray, java.lang.Class<T> cls)
public JsonObjectArrayWrapper<T> withWrapperType(java.lang.Class<T> cls)
protected T get(io.apptik.json.JsonElement jsonElement, int pos)
get in class TypedJsonArray<T extends JsonObjectWrapper>protected io.apptik.json.JsonElement to(T value)
to in class TypedJsonArray<T extends JsonObjectWrapper>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<T extends JsonObjectWrapper>contains in interface java.util.List<T extends JsonObjectWrapper>contains in class TypedJsonArray<T extends JsonObjectWrapper>