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