public class DelegateDecoderCodec extends StringCodec
INSTANCE| Constructor and Description |
|---|
DelegateDecoderCodec(Codec delegate) |
| Modifier and Type | Method and Description |
|---|---|
Decoder<Object> |
getValueDecoder()
Returns object decoder used for any objects stored Redis structure except HMAP
|
getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, getValueEncoderpublic DelegateDecoderCodec(Codec delegate)
public Decoder<Object> getValueDecoder()
CodecgetValueDecoder in interface CodecgetValueDecoder in class StringCodecCopyright © 2014–2017 The Redisson Project. All rights reserved.