| Package | Description |
|---|---|
| retrofit2 |
Retrofit turns your REST API into a Java interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<CallAdapter.Factory> |
Retrofit.callAdapterFactories()
Returns a list of the factories tried when creating a
Retrofit.callAdapter(Type, Annotation[]) call adapter}.
|
List<CallAdapter.Factory> |
Retrofit.Builder.callAdapterFactories()
Returns a modifiable list of call adapter factories.
|
| Modifier and Type | Method and Description |
|---|---|
Retrofit.Builder |
Retrofit.Builder.addCallAdapterFactory(CallAdapter.Factory factory)
Add a call adapter factory for supporting service method return types other than
Call. |
CallAdapter<?,?> |
Retrofit.nextCallAdapter(CallAdapter.Factory skipPast,
Type returnType,
Annotation[] annotations)
|
Copyright © 2019 Square, Inc.. All rights reserved.