public abstract class ValueReader extends Object
Note that ugly "chameleon" style operation here is used to avoid creating multiple separate classes, which in turn is done to minimize size of resulting jars.
Constructor and Description |
---|
ValueReader() |
Modifier and Type | Method and Description |
---|---|
protected String |
_tokenDesc(JsonParser p) |
protected static String |
_tokenDesc(JsonParser p,
JsonToken t) |
abstract Object |
read(JSONReader reader,
JsonParser p) |
abstract Object |
readNext(JSONReader reader,
JsonParser p) |
public abstract Object read(JSONReader reader, JsonParser p) throws IOException
IOException
public abstract Object readNext(JSONReader reader, JsonParser p) throws IOException
IOException
protected String _tokenDesc(JsonParser p) throws IOException
IOException
protected static String _tokenDesc(JsonParser p, JsonToken t) throws IOException
IOException
Copyright © 2016 FasterXML. All rights reserved.