fun nextCallAdapter(@Nullable skipPast: CallAdapter.Factory?, returnType: Type!, annotations: Array<Annotation!>!): CallAdapter<*, *>!
Returns the CallAdapter for returnType from the available except skipPast.
IllegalArgumentException - if no call adapter available for type.