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