public final class ListOverlay<V> extends JsonOverlay<List<V>>
| Modifier and Type | Method and Description |
|---|---|
protected void |
_elaborate(boolean atCreation) |
protected JsonOverlay<?> |
_findInternal(com.fasterxml.jackson.core.JsonPointer path) |
protected List<V> |
_fromJson(com.fasterxml.jackson.databind.JsonNode json) |
protected OverlayFactory<List<V>> |
_getFactory() |
protected boolean |
_isElaborated() |
protected com.fasterxml.jackson.databind.JsonNode |
_toJsonInternal(SerializationOptions options) |
void |
add(V itemValue) |
boolean |
equals(Object obj) |
V |
get(int index) |
static <V> OverlayFactory<List<V>> |
getFactory(OverlayFactory<V> itemFactory) |
int |
hashCode() |
void |
insert(int index,
V itemValue) |
void |
remove(int index) |
void |
set(int index,
V itemValue) |
int |
size() |
_ensureElaborated, _getCreatingRef, _getModelType, _jsonArray, _jsonBoolean, _jsonMissing, _jsonNull, _jsonObject, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _setCreatingRef, _setParent, builder, create, toStringprotected JsonOverlay<?> _findInternal(com.fasterxml.jackson.core.JsonPointer path)
_findInternal in class JsonOverlay<List<V>>protected List<V> _fromJson(com.fasterxml.jackson.databind.JsonNode json)
_fromJson in class JsonOverlay<List<V>>protected com.fasterxml.jackson.databind.JsonNode _toJsonInternal(SerializationOptions options)
_toJsonInternal in class JsonOverlay<List<V>>protected boolean _isElaborated()
_isElaborated in class JsonOverlay<List<V>>protected void _elaborate(boolean atCreation)
_elaborate in class JsonOverlay<List<V>>public V get(int index)
public void set(int index,
V itemValue)
public void add(V itemValue)
public void insert(int index,
V itemValue)
public void remove(int index)
public int size()
public boolean equals(Object obj)
equals in class JsonOverlay<List<V>>public int hashCode()
hashCode in class JsonOverlay<List<V>>public static <V> OverlayFactory<List<V>> getFactory(OverlayFactory<V> itemFactory)
protected OverlayFactory<List<V>> _getFactory()
_getFactory in class JsonOverlay<List<V>>Copyright © 2018. All rights reserved.