Class PassThroughItemProcessor<T>

java.lang.Object
org.springframework.batch.item.support.PassThroughItemProcessor<T>
All Implemented Interfaces:
ItemProcessor<T,T>

public class PassThroughItemProcessor<T> extends Object implements ItemProcessor<T,T>
Simple ItemProcessor that does nothing - simply passes its argument through to the caller. Useful as a default when the reader and writer in a business process deal with items of the same type, and no transformations are required.
Author:
Dave Syer
  • Constructor Details

    • PassThroughItemProcessor

      public PassThroughItemProcessor()
  • Method Details