Class ObjectListReplayDecoder<T>
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ObjectListReplayDecoder<T>
-
- Type Parameters:
T- type
- All Implemented Interfaces:
MultiDecoder<List<T>>
- Direct Known Subclasses:
ScoredSortedSetScanDecoder
public class ObjectListReplayDecoder<T> extends Object implements MultiDecoder<List<T>>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ObjectListReplayDecoder()ObjectListReplayDecoder(boolean reverse)ObjectListReplayDecoder(boolean reverse, Decoder<Object> decoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>decode(List<Object> parts, State state)Decoder<Object>getDecoder(Codec codec, int paramNum, State state)
-
-
-
Method Detail
-
decode
public List<T> decode(List<Object> parts, State state)
- Specified by:
decodein interfaceMultiDecoder<T>
-
getDecoder
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
- Specified by:
getDecoderin interfaceMultiDecoder<T>
-
-