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