| Package | Description |
|---|---|
| com.example.retrofit | |
| retrofit2 |
Retrofit turns your REST API into a Java interface.
|
| retrofit2.adapter.guava | |
| retrofit2.adapter.java8 | |
| retrofit2.adapter.rxjava | |
| retrofit2.adapter.rxjava2 |
| Modifier and Type | Method and Description |
|---|---|
CallAdapter<?,?> |
ErrorHandlingAdapter.ErrorHandlingCallAdapterFactory.get(Type returnType,
Annotation[] annotations,
Retrofit retrofit) |
| 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)
|
| Modifier and Type | Method and Description |
|---|---|
CallAdapter<?,?> |
GuavaCallAdapterFactory.get(Type returnType,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
CallAdapter<?,?> |
Java8CallAdapterFactory.get(Type returnType,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
CallAdapter<?,?> |
RxJavaCallAdapterFactory.get(Type returnType,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
CallAdapter<?,?> |
RxJava2CallAdapterFactory.get(Type returnType,
Annotation[] annotations,
Retrofit retrofit) |
Copyright © 2017 Square, Inc.. All rights reserved.