Class SingleMapEntryDecoder

java.lang.Object
org.redisson.spring.data.connection.SingleMapEntryDecoder
All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<Map.Entry<Object,Object>>

public class SingleMapEntryDecoder extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<Map.Entry<Object,Object>>
Author:
Nikita Koksharov
  • Constructor Details

    • SingleMapEntryDecoder

      public SingleMapEntryDecoder()
  • Method Details

    • 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<Map.Entry<Object,Object>>
    • decode

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