Summer.Batch.Extra.Delegating Namespace Reference

Classes

class  DelegatingBufferingItemReader
 This class delegates reading to the inner reader and keeps track of the next record to read, in order to know if the current one is the last one The next record to read is then buffered to be returned next time. The "last one" information is saved in the step context. More...
 
class  DelegatingConditionalItemWriter
 This class delegates writing to the inner writer, checking a condition through the supplied ItemCondition for each element to decide if it must be written. More...
 
class  DelegatingGroupReader
 This class delegates reading to the inner reader and accumulates the records while no rupture is found, using the supplied rupture definition (list of fields separated by commas). More...
 
class  DelegatingListItemWriter
 Writter that flattens collections into a list before delegating to an inner writer. Used when a processor returns a collection. More...