| 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}.
|
| 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.