public class StreamObjectMapReplayDecoder extends ObjectMapReplayDecoder
| Constructor and Description |
|---|
StreamObjectMapReplayDecoder() |
StreamObjectMapReplayDecoder(Decoder<Object> codec) |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Object> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public Map<Object,Object> decode(List<Object> parts, State state)
decode in interface MultiDecoder<Map<Object,Object>>decode in class ObjectMapReplayDecoderpublic Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<Map<Object,Object>>getDecoder in class ObjectMapReplayDecoderCopyright © 2014–2019 Redisson. All rights reserved.