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