T - typepublic class ListMultiDecoder<T> extends Object implements MultiDecoder<Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListMultiDecoder.NestedDecoderState |
| Modifier and Type | Field and Description |
|---|---|
static Decoder<Object> |
RESET |
static Decoder<Object> |
RESET_1 |
static Decoder<Object> |
RESET_INDEX |
| Constructor and Description |
|---|
ListMultiDecoder(MultiDecoder<?>... decoders) |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
protected ListMultiDecoder.NestedDecoderState |
getDecoder(State state) |
public ListMultiDecoder(MultiDecoder<?>... decoders)
protected final ListMultiDecoder.NestedDecoderState getDecoder(State state)
public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<Object>Copyright © 2014–2018 The Redisson Project. All rights reserved.