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