Package com.ibm.cloud.sdk.core.http
Interface ResponseConverter<T>
-
- Type Parameters:
T- the generic type
public interface ResponseConverter<T>The Interface ResponseConverter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconvert(okhttp3.Response response)Converts a response into a generic type to be defined.
-
-
-
Method Detail
-
convert
T convert(okhttp3.Response response)
Converts a response into a generic type to be defined.- Parameters:
response- the response- Returns:
- the the generic type
-
-