public final class JacksonResponseConverter<T>
extends java.lang.Object
implements io.apptik.comm.jus.Converter<io.apptik.comm.jus.NetworkResponse,T>
| Constructor and Description |
|---|
JacksonResponseConverter(com.fasterxml.jackson.databind.ObjectReader adapter) |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(io.apptik.comm.jus.NetworkResponse value) |