类 SingleItemPeekableItemReader<T>

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidclose()
      If the delegate is an ItemStream, just pass the call on, otherwise reset the peek cache.
      voidopen​(ExecutionContext executionContext)
      If the delegate is an ItemStream, just pass the call on, otherwise reset the peek cache.
      Tpeek()
      Peek at the next item, ensuring that if the delegate is an ItemStream the state is stored for the next call to update(ExecutionContext).
      Tread()
      Get the next item from the delegate (whether or not it has already been peeked at).
      voidsetDelegate​(ItemReader<T> delegate)
      The item reader to use as a delegate.
      voidupdate​(ExecutionContext executionContext)
      If there is a cached peek, then retrieve the execution context state from that point.
      • 从类继承的方法 java.lang.Object

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