public class BasicListProcessor<I,O>
extends java.lang.Object
implements org.springframework.batch.item.ItemProcessor<java.util.List<I>,java.util.List<O>>
Constructor and Description |
---|
BasicListProcessor() |
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.item.ItemProcessor<I,O> |
getDelegate()
Gets the delegate.
|
java.util.List<O> |
process(java.util.List<I> items) |
void |
setDelegate(org.springframework.batch.item.ItemProcessor<I,O> delegate)
Sets the delegate.
|