Package org.redisson.client.codec
Class LongCodec
java.lang.Object
org.redisson.client.codec.BaseCodec
org.redisson.client.codec.StringCodec
org.redisson.client.codec.LongCodec
- All Implemented Interfaces:
Codec,JsonCodec,ObjectCodec
- Author:
- Nikita Koksharov
-
Field Summary
FieldsFields inherited from class org.redisson.client.codec.BaseCodec
SKIPPED_CODECS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns object decoder used for any objects stored Redis structure except HMAPMethods inherited from class org.redisson.client.codec.StringCodec
getDecoder, getEncoder, getValueEncoderMethods inherited from class org.redisson.client.codec.BaseCodec
copy, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LongCodec
public LongCodec()
-
-
Method Details
-
getValueDecoder
Description copied from interface:CodecReturns object decoder used for any objects stored Redis structure except HMAP- Specified by:
getValueDecoderin interfaceCodec- Overrides:
getValueDecoderin classStringCodec- Returns:
- decoder
-