| Package | Description |
|---|---|
| retrofit2 |
Retrofit turns your REST API into a Java interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<CallAdapter.Factory> |
Retrofit.callAdapterFactories() |
| 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 © 2016 Square, Inc.. All rights reserved.