final class ResponseBodyCallAdapterFactory
extends retrofit2.CallAdapter.Factory
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ResponseBodyCallAdapterFactory.ResponseBodyCallAdapter<R>
The type Body call adapter.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static ResponseBodyCallAdapterFactory |
INSTANCE
The constant INSTANCE.
|
| Constructor and Description |
|---|
ResponseBodyCallAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.CallAdapter<?,?> |
get(Type returnType,
Annotation[] annotations,
retrofit2.Retrofit retrofit) |
static final ResponseBodyCallAdapterFactory INSTANCE
public retrofit2.CallAdapter<?,?> get(Type returnType, Annotation[] annotations, retrofit2.Retrofit retrofit)
get in class retrofit2.CallAdapter.FactoryCopyright © 2023. All rights reserved.