Package | Description |
---|---|
manifold.json.rt.api |
Modifier and Type | Class and Description |
---|---|
class |
JsonList<T> |
Modifier and Type | Method and Description |
---|---|
default IJsonList<T> |
IJsonList.copy()
Provides a deep copy of this list
|
IJsonList<T> |
Requester.getMany()
Uses HTTP GET for the complete list of
T JSON API objects as a IJsonList<T> . |
IJsonList<T> |
Requester.getMany(Object arguments)
Same as calling:
Requester.getMany(String, Object, Format) with getMany("", arguments, _format) |
IJsonList<T> |
Requester.getMany(String urlSuffix)
Same as calling:
Requester.getMany(String, Object, Format) with getMany(urlSuffix, null, _format) |
IJsonList<T> |
Requester.getMany(String urlSuffix,
Object arguments)
Same as calling:
Requester.getMany(String, Object, Format) with getMany(urlSuffix, arguments, _format) |
IJsonList<T> |
Requester.getMany(String urlSuffix,
Object arguments,
Requester.Format format)
Make an HTTP GET request to
urlBase + urlSuffix . |
IJsonList |
IJsonList.Factory.proxy(List target,
Class<IJsonList> iface) |
Modifier and Type | Method and Description |
---|---|
static <T> Loader<IJsonList<T>> |
IJsonList.load()
Loader is a fluent API with methods for loading content from String, URL, file, etc.
|
Modifier and Type | Method and Description |
---|---|
IJsonList |
IJsonList.Factory.proxy(List target,
Class<IJsonList> iface) |
Copyright © 2024. All rights reserved.