Package org.redisson.client.codec
Class DoubleCodec
- java.lang.Object
-
- org.redisson.client.codec.BaseCodec
-
- org.redisson.client.codec.StringCodec
-
- org.redisson.client.codec.DoubleCodec
-
- All Implemented Interfaces:
Codec
public class DoubleCodec extends StringCodec
- Author:
- Nikita Koksharov
-
-
Field Summary
Fields Modifier and Type Field Description static DoubleCodec
INSTANCE
-
Fields inherited from class org.redisson.client.codec.BaseCodec
SKIPPED_CODECS
-
-
Constructor Summary
Constructors Constructor Description DoubleCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Decoder<Object>
getValueDecoder()
Returns object decoder used for any objects stored Redis structure except HMAP-
Methods inherited from class org.redisson.client.codec.StringCodec
getValueEncoder
-
Methods inherited from class org.redisson.client.codec.BaseCodec
copy, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final DoubleCodec INSTANCE
-
-
Method Detail
-
getValueDecoder
public Decoder<Object> getValueDecoder()
Description copied from interface:Codec
Returns object decoder used for any objects stored Redis structure except HMAP- Specified by:
getValueDecoder
in interfaceCodec
- Overrides:
getValueDecoder
in classStringCodec
- Returns:
- decoder
-
-