public interface IJsonList<T> extends IListBacked<T>
Modifier and Type | Interface and Description |
---|---|
static class |
IJsonList.Factory
For Internal Use Only
|
Modifier and Type | Method and Description |
---|---|
default IJsonList<T> |
copy()
Provides a deep copy of this list
|
static <T> Loader<IJsonList<T>> |
load()
Loader is a fluent API with methods for loading content from String, URL, file, etc.
|
default Writer |
write()
Writer is a fluent API to write this JSON object in various formats including JSON, YAML, CSV, and XML
|
add, add, addAll, addAll, clear, coerce, coerceListToBindingValues, coerceListToComplexValues, contains, containsAll, forEach, get, getFinalComponentType, getList, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, parallelStream, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, stream, subList, toArray, toArray, toBindings, toBindingsValue
Copyright © 2024. All rights reserved.