public static interface ResponseReader.ListItemReader
| Modifier and Type | Method and Description |
|---|---|
Boolean |
readBoolean() |
<T> T |
readCustomType(ScalarType scalarType) |
Double |
readDouble() |
Integer |
readInt() |
<T> List<T> |
readList(ResponseReader.ListReader<T> listReader) |
Long |
readLong() |
<T> T |
readObject(ResponseReader.ObjectReader<T> objectReader) |
String |
readString() |
String readString()
Integer readInt()
Long readLong()
Double readDouble()
Boolean readBoolean()
<T> T readCustomType(ScalarType scalarType)
<T> T readObject(ResponseReader.ObjectReader<T> objectReader)
<T> List<T> readList(ResponseReader.ListReader<T> listReader)
Copyright © 2018. All rights reserved.