public class DoubleCodec extends StringCodec
Modifier and Type | Field and Description |
---|---|
static DoubleCodec |
INSTANCE |
SKIPPED_CODECS
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
|
getValueEncoder
copy, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toString
public static final DoubleCodec INSTANCE
public Decoder<Object> getValueDecoder()
Codec
getValueDecoder
in interface Codec
getValueDecoder
in class StringCodec
Copyright © 2014–2019 The Redisson Project. All rights reserved.