E - The sub-interface extending IJsonBindingsBacked or IJsonListpublic class Loader<E> extends Object
Requester, obtained from a JSON API object's send() method, for methods to send an HTTP request
using GET, POST, PUT, PATCH, & DELETE.| Constructor and Description |
|---|
Loader() |
| Modifier and Type | Method and Description |
|---|---|
E |
fromCsv(String csvText) |
E |
fromCsvFile(File file) |
E |
fromCsvReader(Reader reader) |
E |
fromCsvUrl(String urlBase,
String... urlSuffix) |
E |
fromCsvUrl(URL url) |
E |
fromJson(String jsonText) |
E |
fromJsonFile(File file) |
E |
fromJsonReader(Reader reader) |
E |
fromJsonUrl(String urlBase,
String... urlSuffix) |
E |
fromJsonUrl(URL url) |
E |
fromXml(String xmlText) |
E |
fromXmlFile(File file) |
E |
fromXmlReader(Reader reader) |
E |
fromXmlUrl(String urlBase,
String... urlSuffix) |
E |
fromXmlUrl(URL url) |
E |
fromYaml(String yamlText) |
E |
fromYamlFile(File file) |
E |
fromYamlReader(Reader reader) |
E |
fromYamlUrl(String urlBase,
String... urlSuffix) |
E |
fromYamlUrl(URL url) |
Copyright © 2020. All rights reserved.