public final class ResponseCallAdapterFactory
extends retrofit2.CallAdapter.Factory
同步调用执行,直接返回 #Response 对象
Synchronous call execution, directly return #Response object
| 限定符和类型 | 类和说明 |
|---|---|
(专用程序包) class |
ResponseCallAdapterFactory.ResponseCallAdapter<R> |
| 构造器和说明 |
|---|
ResponseCallAdapterFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.CallAdapter<?,?> |
get(Type returnType,
Annotation[] annotations,
retrofit2.Retrofit retrofit) |
public retrofit2.CallAdapter<?,?> get(Type returnType, Annotation[] annotations, retrofit2.Retrofit retrofit)
get 在类中 retrofit2.CallAdapter.FactoryCopyright © 2021. All rights reserved.