public class PropertiesListDecoder extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<Properties>
| Constructor and Description |
|---|
PropertiesListDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
decode(List<Object> parts,
org.redisson.client.handler.State state) |
org.redisson.client.protocol.Decoder<Object> |
getDecoder(int paramNum,
org.redisson.client.handler.State state) |
public org.redisson.client.protocol.Decoder<Object> getDecoder(int paramNum, org.redisson.client.handler.State state)
getDecoder in interface org.redisson.client.protocol.decoder.MultiDecoder<Properties>public Properties decode(List<Object> parts, org.redisson.client.handler.State state)
decode in interface org.redisson.client.protocol.decoder.MultiDecoder<Properties>Copyright © 2014–2019 The Redisson Project. All rights reserved.