org.springframework.batch.core.step.item
Interface KeyGenerator


public interface KeyGenerator

Interface for defining keys to uniquely identify items. this can be useful if the item itself cannot be modified to properly override equals.

Author:
Dave Syer

Method Summary
 Object getKey(Object item)
           
 

Method Detail

getKey

Object getKey(Object item)


Copyright © 2013 SpringSource. All Rights Reserved.