public final class NuxeoRequestConverter<T> extends Object implements retrofit2.Converter<T,okhttp3.RequestBody>
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.JavaType |
javaType |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Modifier | Constructor and Description |
|---|---|
protected |
NuxeoRequestConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JavaType javaType) |
protected final com.fasterxml.jackson.databind.JavaType javaType
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected NuxeoRequestConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JavaType javaType)
public okhttp3.RequestBody convert(T value) throws IOException
convert in interface retrofit2.Converter<T,okhttp3.RequestBody>IOExceptionCopyright © 2018 Nuxeo. All rights reserved.