| Package | Description |
|---|---|
| net.nowtryz.cafetapi.parsers |
Parsers collection
|
| Modifier and Type | Method and Description |
|---|---|
ErrorResult |
ErrorParser.parse(HTTPResponse response) |
DataResult<S> |
DataParser.parse(HTTPResponse response) |
LoginResult |
LoginParser.parse(HTTPResponse response) |
ArrayResult<T> |
ArrayParser.parse(HTTPResponse response) |
protected com.google.gson.JsonElement |
AbstractParser.parseJson(String resultString) |
static ErrorResult |
ErrorParser.parseResponse(HTTPResponse response) |
static LoginResult |
LoginParser.parseResponse(HTTPResponse response) |
static <T extends CafetData> |
DataParser.parseResponse(HTTPResponse response,
Class<T> classOfT) |
static <T extends CafetData> |
ArrayParser.parseResponse(HTTPResponse response,
Class<T> classOfT,
Class<T[]> classOfTArray) |
Copyright © 2019 Nowtryz. All rights reserved.