Class KeyValueKeyProcessor<T extends com.redis.spring.batch.KeyValue<byte[],​?>>

  • All Implemented Interfaces:
    org.springframework.batch.item.ItemProcessor<T,​T>

    public class KeyValueKeyProcessor<T extends com.redis.spring.batch.KeyValue<byte[],​?>>
    extends java.lang.Object
    implements org.springframework.batch.item.ItemProcessor<T,​T>
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValueKeyProcessor​(org.springframework.expression.Expression expression, org.springframework.expression.EvaluationContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T process​(T item)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyValueKeyProcessor

        public KeyValueKeyProcessor​(org.springframework.expression.Expression expression,
                                    org.springframework.expression.EvaluationContext context)
    • Method Detail

      • process

        public T process​(T item)
        Specified by:
        process in interface org.springframework.batch.item.ItemProcessor<T extends com.redis.spring.batch.KeyValue<byte[],​?>,​T extends com.redis.spring.batch.KeyValue<byte[],​?>>