public class CollectionReader extends ValueReader
Map
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) |
_tokenDesc, _tokenDesc
protected final Class<?> _collectionType
protected final ValueReader _valueReader
public CollectionReader(Class<?> t, ValueReader vr)
public Object read(JSONReader r, JsonParser p) throws IOException
read
in class ValueReader
IOException
Copyright © 2014-2015 FasterXML. All Rights Reserved.