| Constructor and Description |
|---|
ObjectMapDecoder(Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(io.netty.buffer.ByteBuf buf,
State state) |
Map<Object,Object> |
decode(List<Object> parts,
State state) |
boolean |
isApplicable(int paramNum,
State state) |
public ObjectMapDecoder(Codec codec)
public Object decode(io.netty.buffer.ByteBuf buf, State state) throws IOException
decode in interface Decoder<Object>IOExceptionpublic Map<Object,Object> decode(List<Object> parts, State state)
decode in interface MultiDecoder<Map<Object,Object>>public boolean isApplicable(int paramNum,
State state)
isApplicable in interface MultiDecoder<Map<Object,Object>>Copyright © 2014–2017 The Redisson Project. All rights reserved.