public final class ScalarsConverterFactory extends Converter.Factory
text/plain bodies.| Modifier and Type | Method and Description |
|---|---|
static ScalarsConverterFactory |
create() |
Converter<?,okhttp3.RequestBody> |
requestBodyConverter(Type type,
Annotation[] parameterAnnotations,
Annotation[] methodAnnotations,
Retrofit retrofit) |
Converter<okhttp3.ResponseBody,?> |
responseBodyConverter(Type type,
Annotation[] annotations,
Retrofit retrofit) |
getParameterUpperBound, getRawType, stringConverterpublic static ScalarsConverterFactory create()
@Nullable public Converter<?,okhttp3.RequestBody> requestBodyConverter(Type type, Annotation[] parameterAnnotations, Annotation[] methodAnnotations, Retrofit retrofit)
requestBodyConverter in class Converter.Factory@Nullable public Converter<okhttp3.ResponseBody,?> responseBodyConverter(Type type, Annotation[] annotations, Retrofit retrofit)
responseBodyConverter in class Converter.FactoryCopyright © 2019 Square, Inc.. All rights reserved.