Class StreamObjectMapReplayDecoder
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ObjectMapReplayDecoder<Object,Object>
-
- org.redisson.client.protocol.decoder.StreamObjectMapReplayDecoder
-
- All Implemented Interfaces:
MultiDecoder<Map<Object,Object>>
public class StreamObjectMapReplayDecoder extends ObjectMapReplayDecoder<Object,Object>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description StreamObjectMapReplayDecoder()StreamObjectMapReplayDecoder(Decoder<Object> codec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Object,Object>decode(List<Object> parts, State state)Decoder<Object>getDecoder(Codec codec, int paramNum, State state)
-
-
-
Method Detail
-
decode
public Map<Object,Object> decode(List<Object> parts, State state)
- Specified by:
decodein interfaceMultiDecoder<Map<Object,Object>>- Overrides:
decodein classObjectMapReplayDecoder<Object,Object>
-
getDecoder
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
- Specified by:
getDecoderin interfaceMultiDecoder<Map<Object,Object>>- Overrides:
getDecoderin classObjectMapReplayDecoder<Object,Object>
-
-