Interface HttpCall.BodyConverter<V>
-
- All Known Implementing Classes:
SearchResultConverter
public static interface HttpCall.BodyConverter<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vconvert(okio.BufferedSource content)
-
-
-
Method Detail
-
convert
V convert(okio.BufferedSource content) throws java.io.IOException
- Throws:
java.io.IOException
-
-