程序包 org.springframework.batch.sample.domain.multiline
类概要 类 说明 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.