public class JacksonJrRequestBodyConverter<T> extends Object implements retrofit2.Converter<T,okhttp3.RequestBody>
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.jr.ob.JSON |
_jr |
protected static String |
PROTOCOL_CHARSET |
| Constructor and Description |
|---|
JacksonJrRequestBodyConverter(com.fasterxml.jackson.jr.ob.JSON jr) |
protected static final String PROTOCOL_CHARSET
protected final com.fasterxml.jackson.jr.ob.JSON _jr
public JacksonJrRequestBodyConverter(com.fasterxml.jackson.jr.ob.JSON jr)
public okhttp3.RequestBody convert(T value) throws IOException
convert in interface retrofit2.Converter<T,okhttp3.RequestBody>IOExceptionCopyright © 2022 FasterXML. All rights reserved.