Package org.redisson.cache
Class LocalCachedMessageCodec
- java.lang.Object
-
- org.redisson.client.codec.BaseCodec
-
- org.redisson.cache.LocalCachedMessageCodec
-
-
Field Summary
Fields Modifier and Type Field Description static LocalCachedMessageCodec
INSTANCE
-
Fields inherited from class org.redisson.client.codec.BaseCodec
SKIPPED_CODECS
-
-
Constructor Summary
Constructors Constructor Description LocalCachedMessageCodec()
-
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 HMAPEncoder
getValueEncoder()
Returns object encoder used for any objects stored Redis structure except HMAP-
Methods inherited from class org.redisson.client.codec.BaseCodec
copy, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final LocalCachedMessageCodec INSTANCE
-
-