| Interface | Description |
|---|---|
| JsonFormatter |
Handle the various actions involved when
JsonBinary.parse(byte[], JsonFormatter) a JSON binary
value. |
| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| ValueType |
The set of values that can be used within a MySQL JSON value.
|
Copyright © 2019. All rights reserved.