JavaScript is disabled on your browser.
All Implemented Interfaces:
Function <com.redis.spring.batch.KeyValue<K,T>,com.redis.spring.batch.KeyValue<String ,T>>
public class ToStringKeyValueFunction<K,T>
extends Object
implements Function <com.redis.spring.batch.KeyValue<K,T>,com.redis.spring.batch.KeyValue<String ,T>>
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
com.redis.spring.batch.KeyValue<String ,T >
apply (com.redis.spring.batch.KeyValue<K ,T > t)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
ToStringKeyValueFunction
public ToStringKeyValueFunction (io.lettuce.core.codec.RedisCodec<K ,?> codec)
Method Details
apply
public com.redis.spring.batch.KeyValue<String ,T > apply (com.redis.spring.batch.KeyValue<K ,T > t)
Specified by:
apply
in interface Function <K ,T >