public class ArrayReader extends ValueReader
| Modifier and Type | Field | Description |
|---|---|---|
protected Class<?> |
_elementType |
|
protected ValueReader |
_valueReader |
| Constructor | Description |
|---|---|
ArrayReader(Class<?> t,
ValueReader vr) |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
read(JSONReader r,
com.fasterxml.jackson.core.JsonParser p) |
|
Object |
readNext(JSONReader r,
com.fasterxml.jackson.core.JsonParser p) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_tokenDesc, _tokenDescprotected final Class<?> _elementType
protected final ValueReader _valueReader
public ArrayReader(Class<?> t, ValueReader vr)
public Object readNext(JSONReader r, com.fasterxml.jackson.core.JsonParser p) throws IOException
readNext in class ValueReaderIOExceptionpublic Object read(JSONReader r, com.fasterxml.jackson.core.JsonParser p) throws IOException
read in class ValueReaderIOExceptionCopyright © 2018. All rights reserved.