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>
IOException
protected T read(String content) throws IOException
IOException
Copyright © 2014–2015. All rights reserved.