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