Package org.redisson.connection.decoder
Class MapGetAllDecoder
- java.lang.Object
 - 
- org.redisson.connection.decoder.MapGetAllDecoder
 
 
- 
- All Implemented Interfaces:
 MultiDecoder<Map<Object,Object>>
public class MapGetAllDecoder extends Object implements MultiDecoder<Map<Object,Object>>
- Author:
 - Nikita Koksharov
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MapGetAllDecoder(List<Object> args, int shiftIndex)MapGetAllDecoder(List<Object> args, int shiftIndex, boolean allowNulls) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Object,Object>decode(List<Object> parts, State state)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder
getDecoder 
 - 
 
 -