public class PersonWriter extends java.lang.Object implements ItemWriter<Person>
| Constructor and Description |
|---|
PersonWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(java.util.List<? extends Person> data)
Process the supplied data element.
|
public void write(java.util.List<? extends Person> data)
ItemWriterwrite in interface ItemWriter<Person>data - items to be written