T - object type to readJacksonJsonReader instead.@Deprecated public class JsonReader<T> extends Object implements SchemaReader<T>
| Constructor and Description |
|---|
JsonReader(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<T> pojo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
read(byte[] bytes,
int offset,
int length)
Deprecated.
|
T |
read(InputStream inputStream)
Deprecated.
|
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.