Uses of Class
com.github.shyiko.mysql.binlog.event.deserialization.json.ValueType
-
Packages that use ValueType Package Description com.github.shyiko.mysql.binlog.event.deserialization.json -
-
Uses of ValueType in com.github.shyiko.mysql.binlog.event.deserialization.json
Fields in com.github.shyiko.mysql.binlog.event.deserialization.json declared as ValueType Modifier and Type Field Description protected ValueTypeJsonBinary.ValueEntry. typeMethods in com.github.shyiko.mysql.binlog.event.deserialization.json that return ValueType Modifier and Type Method Description static ValueTypeValueType. byCode(int code)protected ValueTypeJsonBinary. readValueType()static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.shyiko.mysql.binlog.event.deserialization.json with parameters of type ValueType Modifier and Type Method Description protected voidJsonBinary. parse(ValueType type, JsonFormatter formatter)Constructors in com.github.shyiko.mysql.binlog.event.deserialization.json with parameters of type ValueType Constructor Description ValueEntry(ValueType type)ValueEntry(ValueType type, int index)
-