public class StringMapDataDecoder extends Object implements MultiDecoder<Map<String,String>>
| Constructor and Description |
|---|
StringMapDataDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(Codec codec,
int paramNum,
State state) |
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
getDecoder in interface MultiDecoder<Map<String,String>>Copyright © 2014–2021 Redisson. All rights reserved.