retrofit / retrofit2 / CallAdapter / Factory / get

get

@Nullable abstract fun get(returnType: Type!, annotations: Array<Annotation!>!, retrofit: Retrofit!): CallAdapter<*, *>?

Returns a call adapter for interface methods that return returnType, or null if it cannot be handled by this factory.