com.github.shyiko.mysql.binlog.event.deserialization.json
Class JsonBinary.ValueEntry
java.lang.Object
com.github.shyiko.mysql.binlog.event.deserialization.json.JsonBinary.ValueEntry
- Enclosing class:
- JsonBinary
protected static final class JsonBinary.ValueEntry
- extends Object
Class used internally to hold value entry information.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected final ValueType type
index
protected final int index
value
protected Object value
resolved
protected boolean resolved
JsonBinary.ValueEntry
public JsonBinary.ValueEntry(ValueType type)
JsonBinary.ValueEntry
public JsonBinary.ValueEntry(ValueType type,
int index)
setValue
public JsonBinary.ValueEntry setValue(Object value)
Copyright © 2016. All Rights Reserved.