public class DoubleCodec extends StringCodec
| Modifier and Type | Field and Description |
|---|---|
Decoder<Object> |
decoder |
static DoubleCodec |
INSTANCE |
| Constructor and Description |
|---|
DoubleCodec() |
| 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 static final DoubleCodec INSTANCE
public Decoder<Object> getValueDecoder()
CodecgetValueDecoder in interface CodecgetValueDecoder in class StringCodecCopyright © 2014–2017 The Redisson Project. All rights reserved.