com.fasterxml.jackson.jr.ob.impl
Class SimpleValueReader
java.lang.Object
com.fasterxml.jackson.jr.ob.impl.ValueReader
com.fasterxml.jackson.jr.ob.impl.SimpleValueReader
public class SimpleValueReader
- extends ValueReader
ValueReader
used for simple scalar types and related.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_typeId
protected final int _typeId
_rawType
protected final Class<?> _rawType
SimpleValueReader
public SimpleValueReader(int typeId,
Class<?> raw)
readNext
public Object readNext(JSONReader reader,
JsonParser p)
throws IOException
- Specified by:
readNext
in class ValueReader
- Throws:
IOException
read
public Object read(JSONReader reader,
JsonParser p)
throws IOException
- Specified by:
read
in class ValueReader
- Throws:
IOException
_readBinary
protected byte[] _readBinary(JsonParser p)
throws IOException
- Throws:
IOException
_readIntArray
protected int[] _readIntArray(JsonParser p)
throws IOException
- Throws:
IOException
_fetchLong
protected long _fetchLong(JsonParser p)
throws IOException
- Throws:
IOException
Copyright © 2016 FasterXML. All rights reserved.