| Package | Description |
|---|---|
| retrofit2 |
Retrofit turns your REST API into a Java interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<Converter.Factory> |
Retrofit.converterFactories()
TODO
|
| Modifier and Type | Method and Description |
|---|---|
Retrofit.Builder |
Retrofit.Builder.addConverterFactory(Converter.Factory factory)
Add converter factory for serialization and deserialization of objects.
|
<T> Converter<T,okhttp3.RequestBody> |
Retrofit.nextRequestBodyConverter(Converter.Factory skipPast,
Type type,
Annotation[] annotations)
|
<T> Converter<okhttp3.ResponseBody,T> |
Retrofit.nextResponseBodyConverter(Converter.Factory skipPast,
Type type,
Annotation[] annotations)
|
Copyright © 2016 Square, Inc.. All rights reserved.