Uses of Interface
org.redisson.client.protocol.convertor.Convertor
Packages that use Convertor
Package
Description
-
Uses of Convertor in org.redisson
Methods in org.redisson with parameters of type ConvertorModifier and TypeMethodDescription<R> RFuture<R> BaseRedissonList.indexOfAsync(Object o, Convertor<R> convertor) <R> RFuture<R> RedissonSubList.indexOfAsync(Object o, Convertor<R> convertor) <R> RFuture<R> BaseRedissonList.lastIndexOfAsync(Object o, Convertor<R> convertor) -
Uses of Convertor in org.redisson.client.protocol
Methods in org.redisson.client.protocol that return ConvertorConstructors in org.redisson.client.protocol with parameters of type ConvertorModifierConstructorDescriptionRedisCommand(String name, String subName, Convertor<R> convertor) RedisCommand(String name, Convertor<R> convertor) RedisCommand(String name, MultiDecoder<R> replayMultiDecoder, Convertor<R> convertor) RedisCommand(RedisCommand<R> command, String name, Convertor<R> convertor) RedisStrictCommand(String name, String subName, Convertor<T> convertor) RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder, Convertor convertor) RedisStrictCommand(String name, Convertor<T> convertor) -
Uses of Convertor in org.redisson.client.protocol.convertor
Classes in org.redisson.client.protocol.convertor that implement ConvertorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassJson data type convertorclassclassclassclassclassclassclassclassclass -
Uses of Convertor in org.redisson.client.protocol.decoder
Constructors in org.redisson.client.protocol.decoder with parameters of type Convertor