Class PersonWriter

    • Constructor Summary

      Constructors 
      ConstructorDescription
      PersonWriter() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidwrite​(java.util.List<? extends Person> data)
      Process the supplied data element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PersonWriter

        public PersonWriter()
    • Method Detail

      • write

        public void write​(java.util.List<? extends Person> data)
        Description copied from interface: ItemWriter
        Process the supplied data element. Will not be called with any null items in normal operation.
        Specified by:
        write in interface ItemWriter<Person>
        Parameters:
        data - items to be written