Uses of Interface
org.redisson.client.protocol.convertor.Convertor
-
Packages that use Convertor Package Description org.redisson org.redisson.client.protocol org.redisson.client.protocol.convertor -
-
Uses of Convertor in org.redisson
Methods in org.redisson with parameters of type Convertor Modifier and Type Method Description <R> RFuture<R>
RedissonList. indexOfAsync(Object o, Convertor<R> convertor)
<R> RFuture<R>
RedissonSubList. indexOfAsync(Object o, Convertor<R> convertor)
<R> RFuture<R>
RedissonList. lastIndexOfAsync(Object o, Convertor<R> convertor)
-
Uses of Convertor in org.redisson.client.protocol
Methods in org.redisson.client.protocol that return Convertor Modifier and Type Method Description Convertor<R>
RedisCommand. getConvertor()
Constructors in org.redisson.client.protocol with parameters of type Convertor Constructor Description RedisCommand(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 Convertor Modifier and Type Class Description class
BitsSizeReplayConvertor
class
BooleanAmountReplayConvertor
class
BooleanNotNullReplayConvertor
class
BooleanNullReplayConvertor
class
BooleanNullSafeReplayConvertor
class
BooleanNumberReplayConvertor
class
BooleanReplayConvertor
class
ByteReplayConvertor
class
DoubleNullSafeReplayConvertor
class
DoubleReplayConvertor
class
EmptyConvertor<R>
class
EmptyMapConvertor
class
EmptySetConvertor
class
IntegerReplayConvertor
class
LongReplayConvertor
class
NumberConvertor
class
ShortReplayConvertor
class
StreamIdConvertor
class
StringToListConvertor
class
TrueReplayConvertor
class
TypeConvertor
class
VoidReplayConvertor
-