public class FruitConverterFactory
extends retrofit2.Converter.Factory
| Modifier and Type | Method and Description |
|---|---|
static FruitConverterFactory |
create() |
static FruitConverterFactory |
create(me.ghui.fruit.Fruit fruit) |
retrofit2.Converter<okhttp3.ResponseBody,?> |
responseBodyConverter(java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations,
retrofit2.Retrofit retrofit) |
public static FruitConverterFactory create(me.ghui.fruit.Fruit fruit)
public static FruitConverterFactory create()
public retrofit2.Converter<okhttp3.ResponseBody,?> responseBodyConverter(java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations,
retrofit2.Retrofit retrofit)
responseBodyConverter in class retrofit2.Converter.Factory