Class StringMapReplayDecoder
- java.lang.Object
-
- org.redisson.client.protocol.decoder.StringMapReplayDecoder
-
- All Implemented Interfaces:
MultiDecoder<Map<String,String>>
public class StringMapReplayDecoder extends Object implements MultiDecoder<Map<String,String>>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description StringMapReplayDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
decode(List<Object> parts, State state)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder
getDecoder
-
-