public class NoopWriter<I>
extends java.lang.Object
implements org.springframework.batch.item.ItemWriter<I>
Constructor and Description |
---|
NoopWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(java.util.List<? extends I> arg0)
No-op Writer for writing to System.out -- useful for testing.
|
public void write(java.util.List<? extends I> arg0) throws java.lang.Exception
write
in interface org.springframework.batch.item.ItemWriter<I>
arg0
- the arg0java.lang.Exception
- the exceptionItemWriter.write(java.util.List)