com.fasterxml.jackson.jr.ob.impl
Class CollectionReader
java.lang.Object
com.fasterxml.jackson.jr.ob.impl.ValueReader
com.fasterxml.jackson.jr.ob.impl.CollectionReader
public class CollectionReader
- extends ValueReader
Reader for typed Map
values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_collectionType
protected final Class<?> _collectionType
_valueReader
protected final ValueReader _valueReader
CollectionReader
public CollectionReader(Class<?> t,
ValueReader vr)
readNext
public Object readNext(JSONReader r,
JsonParser p)
throws IOException
- Specified by:
readNext
in class ValueReader
- Throws:
IOException
read
public Object read(JSONReader r,
JsonParser p)
throws IOException
- Specified by:
read
in class ValueReader
- Throws:
IOException
Copyright © 2016 FasterXML. All rights reserved.