public final class ResponseCallAdapterFactory extends retrofit2.CallAdapter.Factory implements InternalCallAdapterFactory
Response 对象。
Synchronous call execution, directly return #Response object
| 限定符和类型 | 类和说明 |
|---|---|
(专用程序包) static class |
ResponseCallAdapterFactory.ResponseCallAdapter<R> |
| 限定符和类型 | 字段和说明 |
|---|---|
static ResponseCallAdapterFactory |
INSTANCE |
| 构造器和说明 |
|---|
ResponseCallAdapterFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.CallAdapter<?,?> |
get(Type returnType,
Annotation[] annotations,
retrofit2.Retrofit retrofit) |
public static final ResponseCallAdapterFactory INSTANCE
public retrofit2.CallAdapter<?,?> get(Type returnType, Annotation[] annotations, retrofit2.Retrofit retrofit)
get 在类中 retrofit2.CallAdapter.FactoryCopyright © 2024. All rights reserved.