public class UnirestObjectMapper
extends java.lang.Object
implements com.mashape.unirest.http.ObjectMapper
| Constructor and Description |
|---|
UnirestObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readValue(java.lang.String value,
java.lang.Class<T> valueType) |
java.lang.String |
writeValue(java.lang.Object value) |
public UnirestObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public <T> T readValue(java.lang.String value,
java.lang.Class<T> valueType)
readValue in interface com.mashape.unirest.http.ObjectMapperpublic java.lang.String writeValue(java.lang.Object value)
writeValue in interface com.mashape.unirest.http.ObjectMapper