Uses of Enum Class
com.github.shyiko.mysql.binlog.event.deserialization.json.ValueType
Packages that use ValueType
-
Uses of ValueType in com.github.shyiko.mysql.binlog.event.deserialization.json
Fields in com.github.shyiko.mysql.binlog.event.deserialization.json declared as ValueTypeMethods in com.github.shyiko.mysql.binlog.event.deserialization.json that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.byCode(int code) protected ValueTypeJsonBinary.readValueType()static ValueTypeReturns the enum constant of this class with the specified name.static ValueType[]ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.shyiko.mysql.binlog.event.deserialization.json with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected voidJsonBinary.parse(ValueType type, JsonFormatter formatter) Constructors in com.github.shyiko.mysql.binlog.event.deserialization.json with parameters of type ValueType