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