T - the type that is handled by this codec.public interface MassiveCodec<T> extends Codec<T>
Codec.| Modifier and Type | Method and Description |
|---|---|
T |
decodeMassive(List<io.netty.buffer.ByteBuf> value,
MySqlColumnMetadata metadata,
Class<?> target,
boolean binary,
CodecContext context)
Decode a massive value as specified
Class. |
@Nullable T decodeMassive(List<io.netty.buffer.ByteBuf> value, MySqlColumnMetadata metadata, Class<?> target, boolean binary, CodecContext context)
Class.value - ByteBufs list.metadata - the metadata of the column.target - the specified Class.binary - if the value should be decoded by binary protocol.context - the codec context.Copyright © 2018–2023 asyncer.io. All rights reserved.