BATCH-1172: Register RangeArrayPropertyEditor automatically

*New method addRangePropertyEditor() added to CoreNamespaceUtils
   *Called by JobParser and TopLevelStepParser
   *Registers a new CustomEditorConfigurer if no CustomEditorConfigurer currently exists with an entry for Range[]
This commit is contained in:
dhgarrette
2009-04-09 20:15:54 +00:00
parent e10eca009b
commit 7e37d548b5
4 changed files with 62 additions and 12 deletions

View File

@@ -13,9 +13,6 @@
<entry key="int[]">
<bean class="org.springframework.batch.support.IntArrayPropertyEditor" />
</entry>
<entry key="org.springframework.batch.item.file.transform.Range[]">
<bean class="org.springframework.batch.item.file.transform.RangeArrayPropertyEditor" />
</entry>
<entry key="java.util.Date">
<bean class="org.springframework.beans.propertyeditors.CustomDateEditor">
<constructor-arg>