public abstract class AbstractObjectReader<T> extends AbstractObjectMapper<T> implements ObjectReader<T>
ObjectReader. Extends AbstractObjectMapper to avoid code duplication, trying to write with this
reader will result in an UnsupportedOperationException.| Constructor and Description |
|---|
AbstractObjectReader(String rootName)
Constructor for AbstractObjectReader.
|
| Modifier and Type | Method and Description |
|---|---|
protected JsonSerializer<?> |
newSerializer()
Instantiates a new serializer
|
getDeserializer, getSerializer, newDeserializer, read, read, readArray, readArray, write, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeserializer, read, read, readArray, readArrayprotected final JsonSerializer<?> newSerializer()
newSerializer in class AbstractObjectMapper<T>Copyright © 2019. All rights reserved.