public class ListObjectDecoder<T> extends Object implements MultiDecoder<T>
| Constructor and Description |
|---|
ListObjectDecoder(int index) |
| Modifier and Type | Method and Description |
|---|---|
T |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<T>Copyright © 2014–2018 The Redisson Project. All rights reserved.