public class StreamObjectMapReplayDecoder extends ObjectMapReplayDecoder<Object,Object>
| 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 ObjectMapReplayDecoder<Object,Object>public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<Map<Object,Object>>getDecoder in class ObjectMapReplayDecoder<Object,Object>Copyright © 2014–2020 Redisson. All rights reserved.