-
public interface ResponseConverter<ResponseType>Used to convert http responses from raw form to desired output
-
-
Method Summary
Modifier and Type Method Description abstract ResponseTypeconvert(String responseBody)-
-
Method Detail
-
convert
@NonNull() abstract ResponseType convert(String responseBody)
-
-
-
-