fun callAdapter(returnType: Type!, annotations: Array<Annotation!>!): CallAdapter<*, *>!
Returns the CallAdapter for returnType from the available .
CallAdapter
returnType
IllegalArgumentException - if no call adapter available for type.
IllegalArgumentException
type