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, wait
read, read, read, read
public T read(InputStream inputStream, String mimeType, Charset charset) throws IOException
read
in interface ValueReader<T>
IOException
Copyright © 2013–2017. All rights reserved.