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