Package com.github.shyiko.mysql.binlog.event.deserialization.json

Interface Summary
JsonFormatter Handle the various actions involved when JsonBinary.parse(byte[], JsonFormatter) a JSON binary value.
 

Class Summary
JsonBinary Utility to parse the binary-encoded value of a MySQL JSON type, translating the encoded representation into method calls on a supplied JsonFormatter implementation.
JsonBinary.ValueEntry Class used internally to hold value entry information.
JsonStringFormatter A JsonFormatter implementation that creates a JSON string representation.
 

Enum Summary
ValueType The set of values that can be used within a MySQL JSON value.
 



Copyright © 2016. All Rights Reserved.