T - typepublic class ObjectListReplayDecoder2<T> extends Object implements MultiDecoder<List<T>>
| Constructor and Description |
|---|
ObjectListReplayDecoder2() |
ObjectListReplayDecoder2(Decoder<Object> decoder) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
Copyright © 2014–2019 The Redisson Project. All rights reserved.