Package org.apache.fineract.client.util
Class JSON.GsonCustomConverterFactory
java.lang.Object
retrofit2.Converter.Factory
org.apache.fineract.client.util.JSON.GsonCustomConverterFactory
- Enclosing class:
JSON
public static final class JSON.GsonCustomConverterFactory
extends retrofit2.Converter.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(com.google.gson.Gson gson) 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) Methods inherited from class retrofit2.Converter.Factory
getParameterUpperBound, getRawType, stringConverter
-
Method Details
-
create
-
responseBodyConverter
public retrofit2.Converter<okhttp3.ResponseBody,?> responseBodyConverter(Type type, Annotation[] annotations, retrofit2.Retrofit retrofit) - Overrides:
responseBodyConverterin classretrofit2.Converter.Factory
-
requestBodyConverter
public retrofit2.Converter<?,okhttp3.RequestBody> requestBodyConverter(Type type, Annotation[] parameterAnnotations, Annotation[] methodAnnotations, retrofit2.Retrofit retrofit) - Overrides:
requestBodyConverterin classretrofit2.Converter.Factory
-