pradeepsjsu / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 0 forks source link

BeanIOFlatFileItemWriter #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi guys,
I have this problem: I should like to print the length of each record but I 
don't know as this is possible to do.
I made a decorator of the BeanIOFlatFileItemWriter class that invoke the open, 
write and close methods ... I write a cycle on the list of the items to write 
and for each item I get the marshal object but the problem is that the summary 
class has only the setter of the property stream name (necessary to do 
marshall) and not the getter.

Can I update the BeanIOFlatFileItemWriter class to implement the getter method?

Thanks

Original issue reported on code.google.com by gianfran...@gmail.com on 17 Apr 2014 at 10:37