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
- Author:
- Nikita Koksharov
-
Field Summary
Fields inherited from class org.redisson.client.codec.BaseCodec
SKIPPED_CODECS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns object decoder used for any objects stored Redis structure except HMAPMethods 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 Details
-
INSTANCE
-
-
Constructor Details
-
DoubleCodec
public DoubleCodec()
-
-
Method Details
-
getValueDecoder
Description copied from interface:JsonCodec
Returns object decoder used for any objects stored Redis structure except HMAP- Specified by:
getValueDecoder
in interfaceCodec
- Specified by:
getValueDecoder
in interfaceJsonCodec<String>
- Overrides:
getValueDecoder
in classStringCodec
- Returns:
- decoder
-