abstract fun responseType(): Type!
Returns the value type that this adapter uses when converting the HTTP response body to a Java object. For example, the response type for Call<Repo> is Repo. This type is used to prepare the call passed to #adapt.
Note: This is typically not the same type as the returnType provided to this call adapter's factory.