| Package | Description |
|---|---|
| net.nowtryz.cafetapi.parsers |
Parsers collection
|
| Modifier and Type | Method and Description |
|---|---|
DataResult<S> |
DataParser.parse(HTTPResponse response) |
LoginResult |
LoginParser.parse(HTTPResponse response) |
ArrayResult<T> |
ArrayParser.parse(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.