public class BytesConverterFactory
extends retrofit2.Converter.Factory
| 限定符和类型 | 字段和说明 |
|---|---|
private static okhttp3.MediaType |
MEDIA_TYPE |
| 构造器和说明 |
|---|
BytesConverterFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static retrofit2.Converter.Factory |
create() |
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 static retrofit2.Converter.Factory create()
public retrofit2.Converter<okhttp3.ResponseBody,?> responseBodyConverter(Type type, Annotation[] annotations, retrofit2.Retrofit retrofit)
responseBodyConverter 在类中 retrofit2.Converter.Factorypublic retrofit2.Converter<?,okhttp3.RequestBody> requestBodyConverter(Type type, Annotation[] parameterAnnotations, Annotation[] methodAnnotations, retrofit2.Retrofit retrofit)
requestBodyConverter 在类中 retrofit2.Converter.FactoryCopyright © 2022. All rights reserved.