Package org.springframework.batch.sample.domain.multiline
Class Summary Class Description AggregateItem<T> A wrapper type for an item that is used byAggregateItemReaderto identify the start and end of an aggregate record.AggregateItemFieldSetMapper<T> Delegating mapper to convert form a vanillaFieldSetMapperto one that returnsAggregateIteminstances for consumption by theAggregateItemReader.AggregateItemReader<T> AnItemReaderthat delivers a list as its item, storing up objects from the injectedItemReaderuntil they are ready to be packed out as a collection.