| Package | Description |
|---|---|
| retrofit.converter.guava | |
| retrofit.converter.java8 | |
| retrofit2 |
Retrofit turns your REST API into a Java interface.
|
| retrofit2.converter.gson | |
| retrofit2.converter.jackson | |
| retrofit2.converter.moshi | |
| retrofit2.converter.protobuf | |
| retrofit2.converter.scalars | |
| retrofit2.converter.simplexml | |
| retrofit2.converter.wire |
| Modifier and Type | Method and Description |
|---|---|
Converter<okhttp3.ResponseBody,?> |
GuavaOptionalConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
Converter<okhttp3.ResponseBody,?> |
Java8OptionalConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
<T> Converter<T,okhttp3.RequestBody> |
Retrofit.nextRequestBodyConverter(Converter.Factory skipPast,
Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations)
|
<T> Converter<okhttp3.ResponseBody,T> |
Retrofit.nextResponseBodyConverter(Converter.Factory skipPast,
Type type,
Annotation[] annotations)
|
<T> Converter<T,okhttp3.RequestBody> |
Retrofit.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations)
|
Converter<?,okhttp3.RequestBody> |
Converter.Factory.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit)
Returns a
Converter for converting type to an HTTP request body, or null if
type cannot be handled by this factory. |
<T> Converter<okhttp3.ResponseBody,T> |
Retrofit.responseBodyConverter(Type type,
Annotation[] annotations)
|
Converter<okhttp3.ResponseBody,?> |
Converter.Factory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit)
Returns a
Converter for converting an HTTP response body to type, or null if
type cannot be handled by this factory. |
<T> Converter<T,String> |
Retrofit.stringConverter(Type type,
Annotation[] annotations)
|
Converter<?,String> |
Converter.Factory.stringConverter(Type type,
Annotation[] annotations,
Retrofit retrofit)
|
| Modifier and Type | Method and Description |
|---|---|
Converter<?,okhttp3.RequestBody> |
GsonConverterFactory.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit) |
Converter<okhttp3.ResponseBody,?> |
GsonConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
Converter<?,okhttp3.RequestBody> |
JacksonConverterFactory.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit) |
Converter<okhttp3.ResponseBody,?> |
JacksonConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
Converter<?,okhttp3.RequestBody> |
MoshiConverterFactory.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit) |
Converter<okhttp3.ResponseBody,?> |
MoshiConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
Converter<?,okhttp3.RequestBody> |
ProtoConverterFactory.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit) |
Converter<okhttp3.ResponseBody,?> |
ProtoConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
Converter<?,okhttp3.RequestBody> |
ScalarsConverterFactory.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit) |
Converter<okhttp3.ResponseBody,?> |
ScalarsConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
Converter<?,okhttp3.RequestBody> |
SimpleXmlConverterFactory.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit) |
Converter<okhttp3.ResponseBody,?> |
SimpleXmlConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
Converter<?,okhttp3.RequestBody> |
WireConverterFactory.requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit) |
Converter<okhttp3.ResponseBody,?> |
WireConverterFactory.responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
Copyright © 2017 Square, Inc.. All rights reserved.