java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLJsonValueDecoder

public final class MySQLJsonValueDecoder extends Object
JSON type value decoder for MySQL.
See Also:
  • Constructor Details

    • MySQLJsonValueDecoder

      public MySQLJsonValueDecoder()
  • Method Details

    • decode

      public static Serializable decode(io.netty.buffer.ByteBuf byteBuf)
      Decode mysql json binary data to json string.
      Parameters:
      byteBuf - json binary value payload
      Returns:
      json string