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) -
decode
-