| Package | Description |
|---|---|
| retrofit2 |
Retrofit turns your REST API into a Java interface.
|
| Modifier and Type | Method and Description |
|---|---|
CallAdapter<?> |
Retrofit.callAdapter(Type returnType,
Annotation[] annotations)
|
abstract CallAdapter<?> |
CallAdapter.Factory.get(Type returnType,
Annotation[] annotations,
Retrofit retrofit)
Returns a call adapter for interface methods that return
returnType, or null if it
cannot be handled by this factory. |
CallAdapter<?> |
Retrofit.nextCallAdapter(CallAdapter.Factory skipPast,
Type returnType,
Annotation[] annotations)
|
Copyright © 2016 Square, Inc.. All rights reserved.