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.
-
-
Constructor Summary
Constructors Constructor Description ValueEntry(ValueType type)ValueEntry(ValueType type, int index)
-
-
-
Method Detail
-
setValue
public JsonBinary.ValueEntry setValue(Object value)
-
-