public final class MySQLJsonValueDecoder extends Object
| Constructor and Description |
|---|
MySQLJsonValueDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
decode(io.netty.buffer.ByteBuf byteBuf)
Decode mysql json binary data to json string.
|
public static Serializable decode(io.netty.buffer.ByteBuf byteBuf)
byteBuf - json binary value payloadCopyright © 2023 The Apache Software Foundation. All rights reserved.