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
|
getValueEncodergetClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoderpublic static final DoubleCodec INSTANCE
public Decoder<Object> getValueDecoder()
CodecgetValueDecoder in interface CodecgetValueDecoder in class StringCodecCopyright © 2014–2018 The Redisson Project. All rights reserved.