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) |
public abstract Object read(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 © 2014-2015 FasterXML. All Rights Reserved.