public class SingleItemToListReaderDecorator<I>
extends java.lang.Object
implements org.springframework.batch.item.ItemReader<java.util.List<I>>
Constructor and Description |
---|
SingleItemToListReaderDecorator(org.springframework.batch.item.ItemReader<I> decoratedItemReader) |
Modifier and Type | Method and Description |
---|---|
java.util.List<I> |
read() |
public SingleItemToListReaderDecorator(org.springframework.batch.item.ItemReader<I> decoratedItemReader)
public java.util.List<I> read() throws java.lang.Exception, org.springframework.batch.item.UnexpectedInputException, org.springframework.batch.item.ParseException
read
in interface org.springframework.batch.item.ItemReader<java.util.List<I>>
java.lang.Exception
org.springframework.batch.item.UnexpectedInputException
org.springframework.batch.item.ParseException