类 PassThroughItemProcessor<T>

  • 所有已实现的接口:
    ItemProcessor<T,​T>

    public class PassThroughItemProcessor<T>
    extends java.lang.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.
    作者:
    Dave Syer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      Tprocess​(T item)
      Just returns the item back to the caller.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait