public class ItemWriterAdapter<T> extends AbstractMethodInvokingDelegator<T> implements ItemWriter<T>
PropertyExtractingDelegatingItemWriter
AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper
Constructor and Description |
---|
ItemWriterAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
write(java.util.List<? extends T> items)
Process the supplied data element.
|
afterPropertiesSet, getArguments, invokeDelegateMethod, invokeDelegateMethodWithArgument, invokeDelegateMethodWithArguments, setArguments, setTargetMethod, setTargetObject
public void write(java.util.List<? extends T> items) throws java.lang.Exception
ItemWriter
write
in interface ItemWriter<T>
items
- items to be writtenjava.lang.Exception
- if there are errors. The framework will catch the
exception and convert or rethrow it as appropriate.