Class MySQLJsonValueDecoder
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLJsonValueDecoder
JSON type value decoder for MySQL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Serializabledecode(io.netty.buffer.ByteBuf byteBuf) Decode mysql json binary data to json string.
-
Constructor Details
-
MySQLJsonValueDecoder
public MySQLJsonValueDecoder()
-
-
Method Details
-
decode
Decode mysql json binary data to json string.- Parameters:
byteBuf- json binary value payload- Returns:
- json string
-