public class JsonValueReader<T> extends Object implements ValueReader<T>
| Constructor and Description |
|---|
JsonValueReader(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<T> valueType) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(InputStream inputStream,
String mimeType,
Charset charset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, read, read, readpublic T read(InputStream inputStream, String mimeType, Charset charset) throws IOException
read in interface ValueReader<T>IOExceptionCopyright © 2013–2017. All rights reserved.