Chapter 8. Item Processors

In the previous chapter, you learned how to read various types of input using the components of Spring Batch. Obviously, obtaining the input for any piece of software is an important aspect of the project; however, it doesn't mean much if you don't do something with it. Item processors are the component within Spring Batch where you do something with your input. In this chapter, you will look at the ItemProcessor interface and see how you can use it to develop your own processing of batch items.

  • In the "Introduction to ItemProcessors" section, you'll start with a quick overview of what an ItemProcessor is and how it fits into the flow of a step.

  • Spring Batch provides utility ItemProcessors like the ItemProcessorAdapter, ...

Get Pro Spring Batch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.