类 ItemProcessorAdapter<I,​O>

    • 方法详细资料

      • process

        public O process​(I item)
                  throws java.lang.Exception
        Invoke the delegate method and return the result.
        指定者:
        process 在接口中 ItemProcessor<I,​O>
        参数:
        item - to be processed
        返回:
        potentially modified or new item for continued processing, null if processing of the provided item should not continue.
        抛出:
        java.lang.Exception - thrown if exception occurs during processing.
        另请参阅:
        ItemProcessor.process(Object)