public class JacksonJrConverter<T>
extends retrofit2.Converter.Factory
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.jr.ob.JSON |
_jr |
protected Class<T> |
_type |
| Constructor and Description |
|---|
JacksonJrConverter(Class<T> tClass) |
JacksonJrConverter(com.fasterxml.jackson.jr.ob.JSON jr,
Class<T> t) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Converter<?,okhttp3.RequestBody> |
requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
retrofit2.Retrofit retrofit) |
retrofit2.Converter<okhttp3.ResponseBody,?> |
responseBodyConverter(Type type,
Annotation[] annotations,
retrofit2.Retrofit retrofit) |
public retrofit2.Converter<okhttp3.ResponseBody,?> responseBodyConverter(Type type, Annotation[] annotations, retrofit2.Retrofit retrofit)
responseBodyConverter in class retrofit2.Converter.Factorypublic retrofit2.Converter<?,okhttp3.RequestBody> requestBodyConverter(Type type, Annotation[] parameterAnnotations, Annotation[] methodAnnotations, retrofit2.Retrofit retrofit)
requestBodyConverter in class retrofit2.Converter.FactoryCopyright © 2017 FasterXML. All rights reserved.