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