Package org.redisson.connection.decoder
Class MapCacheGetAllDecoder
java.lang.Object
org.redisson.connection.decoder.MapCacheGetAllDecoder
- All Implemented Interfaces:
MultiDecoder<List<Object>>
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionMapCacheGetAllDecoder
(List<Object> args, int shiftIndex) MapCacheGetAllDecoder
(List<Object> args, int shiftIndex, boolean allowNulls) -
Method Summary
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
-
Constructor Details
-
MapCacheGetAllDecoder
-
MapCacheGetAllDecoder
-
-
Method Details
-
decode
- Specified by:
decode
in interfaceMultiDecoder<List<Object>>
-