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