Package org.redisson.codec
Class MapCacheEventCodec
java.lang.Object
org.redisson.codec.BaseEventCodec
org.redisson.codec.MapCacheEventCodec
- All Implemented Interfaces:
Codec
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from class org.redisson.codec.BaseEventCodec
BaseEventCodec.OSType
-
Field Summary
Fields inherited from class org.redisson.codec.BaseEventCodec
codec, osType
-
Constructor Summary
ConstructorDescriptionMapCacheEventCodec
(ClassLoader classLoader, MapCacheEventCodec codec) MapCacheEventCodec
(Codec codec, BaseEventCodec.OSType osType) -
Method Summary
Modifier and TypeMethodDescriptionReturns object decoder used for any objects stored Redis structure except HMAPMethods inherited from class org.redisson.codec.BaseEventCodec
decode, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, getValueEncoder
-
Constructor Details
-
MapCacheEventCodec
-
MapCacheEventCodec
-
-
Method Details
-
getValueDecoder
Description copied from interface:Codec
Returns object decoder used for any objects stored Redis structure except HMAP- Returns:
- decoder
-