© Michael T. Minella 2019
Michael T. MinellaThe Definitive Guide to Spring Batchhttps://doi.org/10.1007/978-1-4842-3724-3_8

8. ItemProcessors

Michael T. Minella1 
(1)
Chicago, IL, USA
 
In the previous chapter, you learned how to read various types of input using the components of Spring Batch. While obtaining the input for any piece of software is an important aspect of the project, it doesn’t mean much if you don’t do something with it. ItemProcessors 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 will start with a quick overview of ...

Get The Definitive Guide to Spring Batch: Modern Finite Batch Processing in the Cloud 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.