T
- the generic typepublic interface ResponseConverter<T>
Modifier and Type | Method and Description |
---|---|
T |
convert(okhttp3.Response response)
Converts a response into a generic type to be defined.
|
T convert(okhttp3.Response response)
response
- the response