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) |
protected T |
read(String content) |
public T read(InputStream inputStream) throws IOException
read in interface ValueReader<T>IOExceptionprotected T read(String content) throws IOException
IOExceptionCopyright © 2014–2015. All rights reserved.