Class FastJsonConverterFactory
-
- All Implemented Interfaces:
public class FastJsonConverterFactory extends Converter.Factory- Since:
2022-09-11
trydofor
-
-
Constructor Summary
Constructors Constructor Description FastJsonConverterFactory()
-
Method Summary
Modifier and Type Method Description static Converter.Factorycreate()Converter<ResponseBody, out Object>responseBodyConverter(@NotNull() Type type, Array<Annotation> annotations, @NotNull() Retrofit retrofit)Converter<out Object, RequestBody>requestBodyConverter(@NotNull() Type type, Array<Annotation> parameterAnnotations, Array<Annotation> methodAnnotations, @NotNull() Retrofit retrofit)-
-
Method Detail
-
create
static Converter.Factory create()
-
responseBodyConverter
@Nullable() Converter<ResponseBody, out Object> responseBodyConverter(@NotNull() Type type, Array<Annotation> annotations, @NotNull() Retrofit retrofit)
-
requestBodyConverter
@Nullable() Converter<out Object, RequestBody> requestBodyConverter(@NotNull() Type type, Array<Annotation> parameterAnnotations, Array<Annotation> methodAnnotations, @NotNull() Retrofit retrofit)
-
-
-
-