com.github.shyiko.mysql.binlog.event.deserialization.json
Class JsonBinary.ValueEntry

java.lang.Object
  extended by 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.


Field Summary
protected  int index
           
protected  boolean resolved
           
protected  ValueType type
           
protected  Object value
           
 
Constructor Summary
JsonBinary.ValueEntry(ValueType type)
           
JsonBinary.ValueEntry(ValueType type, int index)
           
 
Method Summary
 JsonBinary.ValueEntry setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected final ValueType type

index

protected final int index

value

protected Object value

resolved

protected boolean resolved
Constructor Detail

JsonBinary.ValueEntry

public JsonBinary.ValueEntry(ValueType type)

JsonBinary.ValueEntry

public JsonBinary.ValueEntry(ValueType type,
                             int index)
Method Detail

setValue

public JsonBinary.ValueEntry setValue(Object value)


Copyright © 2016. All Rights Reserved.