public class JsonList<T> extends java.lang.Object implements IJsonList<T>
IJsonList.Factory| Constructor and Description |
|---|
JsonList(java.lang.Class<T> finalComponentType) |
JsonList(java.util.List jsonList,
java.lang.Class<T> finalComponentType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Class<?> |
getFinalComponentType() |
java.util.List |
getList() |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, jailbreak, notify, notifyAll, wait, wait, waitadd, 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, toBindingsValuepublic JsonList(java.lang.Class<T> finalComponentType)
public JsonList(java.util.List jsonList,
java.lang.Class<T> finalComponentType)
public java.util.List getList()
getList in interface IListBacked<T>public java.lang.Class<?> getFinalComponentType()
getFinalComponentType in interface IListBacked<T>public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2022. All rights reserved.