PropertyEditor « Batch « Spring Q&A





1. Register TypeConverter/PropertyEditor w/Spring Batch?    forum.springsource.org

Register TypeConverter/PropertyEditor w/Spring Batch? Hi all, Probably a dumb question. I have an ItemProcessor implementation that I'm using in a step, and one of its properties is of type java.util.Date. I ...

2. Getting Spring Batch to use custom PropertyEditors    forum.springsource.org

Getting Spring Batch to use custom PropertyEditors Hi, I've just spent all morning trying to get a FlatFileItemReader to use a custom PropertyEditor. I wrote a LocalDatePropertyEditor that can create Joda ...