T - object type to readpublic class JacksonJsonReader<T> extends Object implements SchemaReader<T>
| Constructor and Description |
|---|
JacksonJsonReader(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<T> pojo) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(byte[] bytes,
int offset,
int length) |
T |
read(InputStream inputStream) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNativeSchema, read, read, read, setSchemaInfoProviderpublic T read(byte[] bytes, int offset, int length)
read in interface SchemaReader<T>public T read(InputStream inputStream)
read in interface SchemaReader<T>Copyright © 2017–2021 Apache Software Foundation. All rights reserved.