public class JsonList<T> extends Object implements IJsonList<T>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JsonList.Serializer<T> |
IJsonList.Factory
Constructor and Description |
---|
JsonList() |
JsonList(Class<T> finalComponentType) |
JsonList(List jsonList,
Class<T> finalComponentType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class<?> |
getFinalComponentType() |
List |
getList() |
int |
hashCode() |
String |
toString() |
clone, emptyArray, finalize, getClass, jailbreak, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, clear, coerce, coerceListToBindingValues, coerceListToComplexValues, contains, containsAll, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, parallelStream, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, stream, subList, toArray, toArray, toBindings, toBindingsValue
public List getList()
getList
in interface IListBacked<T>
public Class<?> getFinalComponentType()
getFinalComponentType
in interface IListBacked<T>
public boolean equals(Object o)
public int hashCode()
Copyright © 2024. All rights reserved.