Package com.github.shyiko.mysql.binlog.event.deserialization.json
-
Interface Summary Interface Description JsonFormatter Handle the various actions involved whenJsonBinary.parse(byte[], JsonFormatter)a JSON binary value. -
Class Summary Class Description JsonBinary Utility to parse the binary-encoded value of a MySQLJSONtype, translating the encoded representation into method calls on a suppliedJsonFormatterimplementation.JsonBinary.ValueEntry Class used internally to hold value entry information.JsonStringFormatter AJsonFormatterimplementation that creates a JSON string representation. -
Enum Summary Enum Description ValueType The set of values that can be used within a MySQL JSON value.