public class JsonValueReader<T> extends Object implements ValueReader<T>
| Constructor and Description |
|---|
JsonValueReader(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<T> valueType) |
public T read(InputStream inputStream) throws IOException
read in interface ValueReader<T>IOExceptionprotected T read(String content) throws IOException
IOExceptionCopyright © 2013–2015. All rights reserved.