public class CollectionReader extends ValueReader
Collection values.| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
_collectionType |
protected ValueReader |
_valueReader |
| Constructor and Description |
|---|
CollectionReader(Class<?> t,
ValueReader vr) |
| Modifier and Type | Method and Description |
|---|---|
Object |
read(JSONReader r,
JsonParser p) |
Object |
readNext(JSONReader r,
JsonParser p) |
_tokenDesc, _tokenDescprotected final Class<?> _collectionType
protected final ValueReader _valueReader
public CollectionReader(Class<?> t, ValueReader vr)
public Object readNext(JSONReader r, JsonParser p) throws IOException
readNext in class ValueReaderIOExceptionpublic Object read(JSONReader r, JsonParser p) throws IOException
read in class ValueReaderIOExceptionCopyright © 2018 FasterXML. All rights reserved.