public class MapReader extends ValueReader
Map values.| Modifier and Type | Field | Description |
|---|---|---|
protected Class<?> |
_mapType |
|
protected ValueReader |
_valueReader |
| Constructor | Description |
|---|---|
MapReader(Class<?> t,
ValueReader vr) |
| Modifier and Type | Method | Description |
|---|---|---|
protected JSONObjectException |
_reportProblem(com.fasterxml.jackson.core.JsonParser p) |
|
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, _tokenDescprotected final Class<?> _mapType
protected final ValueReader _valueReader
public MapReader(Class<?> t, ValueReader vr)
public Object readNext(JSONReader r, com.fasterxml.jackson.core.JsonParser p) throws IOException
readNext in class ValueReaderIOExceptionpublic Object read(JSONReader r, com.fasterxml.jackson.core.JsonParser p) throws IOException
read in class ValueReaderIOExceptionprotected JSONObjectException _reportProblem(com.fasterxml.jackson.core.JsonParser p)
Copyright © 2018. All rights reserved.