42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Feature request: support using immutable beans when writing #62

Open davidmc24 opened 9 years ago

davidmc24 commented 9 years ago

Currently, it appears that BeanProperties skips all fields that don't have a setter. While this may make sense for reading, it doesn't make a lot of sense for writing.