- Type Parameters:
T - type
- All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<List<Object>>
public class ListMergeDecoder
extends Object
implements org.redisson.client.protocol.decoder.MultiDecoder<List<Object>>
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors
-
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, getDecoder
-
Constructor Details
-
ListMergeDecoder
public ListMergeDecoder()
-
Method Details
-
decode
- Specified by:
decode in interface org.redisson.client.protocol.decoder.MultiDecoder<List<Object>>