Uses of Interface
org.redisson.client.protocol.Encoder
Packages that use Encoder
Package
Description
-
Uses of Encoder in org.redisson.api.annotation
Methods in org.redisson.api.annotation that return EncoderModifier and TypeMethodDescriptionREntity.DEFAULT.getValueEncoder()RObjectField.DEFAULT.getValueEncoder() -
Uses of Encoder in org.redisson.cache
Methods in org.redisson.cache that return Encoder -
Uses of Encoder in org.redisson.client.codec
Methods in org.redisson.client.codec that return EncoderModifier and TypeMethodDescriptionBaseCodec.getMapKeyEncoder()BitSetCodec.getMapKeyEncoder()Codec.getMapKeyEncoder()Returns object encoder used for hash map keys in HMAP Redis structureBaseCodec.getMapValueEncoder()BitSetCodec.getMapValueEncoder()Codec.getMapValueEncoder()Returns object encoder used for hash map values in HMAP Redis structureBitSetCodec.getValueEncoder()ByteArrayCodec.getValueEncoder()Codec.getValueEncoder()Returns object encoder used for any objects stored Redis structure except HMAPStringCodec.getValueEncoder() -
Uses of Encoder in org.redisson.codec
Methods in org.redisson.codec that return EncoderModifier and TypeMethodDescriptionBaseEventCodec.getMapKeyEncoder()CompositeCodec.getMapKeyEncoder()TypedJsonJacksonCodec.getMapKeyEncoder()BaseEventCodec.getMapValueEncoder()CompositeCodec.getMapValueEncoder()TypedJsonJacksonCodec.getMapValueEncoder()BaseEventCodec.getValueEncoder()CompositeCodec.getValueEncoder()FstCodec.getValueEncoder()Deprecated.JacksonCodec.getValueEncoder()JsonCodec.getValueEncoder()Returns object encoder used for any objects stored Redis structure except HMAPJsonCodecWrapper.getValueEncoder()JsonJacksonCodec.getValueEncoder()Kryo5Codec.getValueEncoder()KryoCodec.getValueEncoder()LZ4Codec.getValueEncoder()MarshallingCodec.getValueEncoder()SerializationCodec.getValueEncoder()SnappyCodec.getValueEncoder()Deprecated.SnappyCodecV2.getValueEncoder()TypedJsonJacksonCodec.getValueEncoder()