Class ObjectListReplayDecoder2<T>

java.lang.Object
org.redisson.spring.data.connection.ObjectListReplayDecoder2<T>
Type Parameters:
T - type
All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<List<T>>

public class ObjectListReplayDecoder2<T> extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<List<T>>
Author:
Nikita Koksharov
  • Constructor Details

    • ObjectListReplayDecoder2

      public ObjectListReplayDecoder2()
    • ObjectListReplayDecoder2

      public ObjectListReplayDecoder2(org.redisson.client.protocol.Decoder<Object> decoder)
  • Method Details

    • decode

      public List<T> decode(List<Object> parts, org.redisson.client.handler.State state)
      Specified by:
      decode in interface org.redisson.client.protocol.decoder.MultiDecoder<T>
    • getDecoder

      public org.redisson.client.protocol.Decoder<Object> getDecoder(org.redisson.client.codec.Codec codec, int paramNum, org.redisson.client.handler.State state, long size)
      Specified by:
      getDecoder in interface org.redisson.client.protocol.decoder.MultiDecoder<T>