public class PassThroughItemProcessor<T> extends Object implements ItemProcessor<T,T>
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.| Constructor and Description |
|---|
PassThroughItemProcessor() |
public T process(T item) throws Exception
process in interface ItemProcessor<T,T>item - to be processedExceptionItemProcessor.process(Object)Copyright © 2014 Pivotal. All rights reserved.