Class ObjectMapEntryReplayDecoder
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ObjectMapEntryReplayDecoder
-
-
Constructor Summary
Constructors Constructor Description ObjectMapEntryReplayDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<Object,Object>>
decode(List<Object> parts, State state)
Decoder<Object>
getDecoder(Codec codec, int paramNum, State state)
-
-
-
Method Detail
-
getDecoder
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
- Specified by:
getDecoder
in interfaceMultiDecoder<Set<Map.Entry<Object,Object>>>
-
-