public class RequestBodyConverter<T>
extends java.lang.Object
implements retrofit.Converter<T,com.squareup.okhttp.RequestBody>
| Constructor and Description |
|---|
RequestBodyConverter(com.google.gson.Gson gson,
java.lang.reflect.Type type) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.RequestBody |
convert(T value) |