Uses of Interface
manifold.json.rt.api.IJsonList
-
Packages that use IJsonList Package Description manifold.json.rt.api -
-
Uses of IJsonList in manifold.json.rt.api
Classes in manifold.json.rt.api that implement IJsonList Modifier and Type Class Description classJsonList<T>Methods in manifold.json.rt.api that return IJsonList Modifier and Type Method Description default IJsonList<T>IJsonList. copy()Provides a deep copy of this listIJsonList<T>Requester. getMany()Uses HTTP GET for the complete list ofTJSON API objects as aIJsonList<T>.IJsonList<T>Requester. getMany(Object arguments)Same as calling:Requester.getMany(String, Object, Format)withgetMany("", arguments, _format)IJsonList<T>Requester. getMany(String urlSuffix)Same as calling:Requester.getMany(String, Object, Format)withgetMany(urlSuffix, null, _format)IJsonList<T>Requester. getMany(String urlSuffix, Object arguments)Same as calling:Requester.getMany(String, Object, Format)withgetMany(urlSuffix, arguments, _format)IJsonList<T>Requester. getMany(String urlSuffix, Object arguments, Requester.Format format)Make an HTTP GET request tourlBase + urlSuffix.IJsonListIJsonList.Factory. proxy(List target, Class<IJsonList> iface)Methods in manifold.json.rt.api that return types with arguments of type IJsonList Modifier and Type Method Description static <T> Loader<IJsonList<T>>IJsonList. load()Loader is a fluent API with methods for loading content from String, URL, file, etc.Method parameters in manifold.json.rt.api with type arguments of type IJsonList Modifier and Type Method Description IJsonListIJsonList.Factory. proxy(List target, Class<IJsonList> iface)
-