public class JsonList<T> extends Object implements IJsonList<T>
IJsonList.Factory| Constructor and Description |
|---|
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, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, 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, toBindingsValuepublic List getList()
getList in interface IListBacked<T>public Class<?> getFinalComponentType()
getFinalComponentType in interface IListBacked<T>public boolean equals(Object o)
public int hashCode()
Copyright © 2021. All rights reserved.