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, stringConverter
public 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.Factory
Copyright © 2020 Square, Inc.. All rights reserved.