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, _tokenDesc
protected 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 ValueReader
IOException
public Object read(JSONReader r, com.fasterxml.jackson.core.JsonParser p) throws IOException
read
in class ValueReader
IOException
Copyright © 2018. All rights reserved.