
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
3d
|
|
|
Remaining Estimate:
|
1.38d
|
|
|
Time Spent:
|
1.62d
|
|
|
|
|
FlatFileItemReader should not mandate two-phase string-to-item mapping (tokenization + fieldset mapping). Instead it should pass the string and line number to LineMapper which will be responsible for creating a domain object (i.e. LineMapper<T> { T mapLine(String line, int lineNumber)}. Combination LineTokenizer + FieldSetMapper can be used in the default implementation.
Once the change is implemented ResourceLineReader is expected to become redundant.
|
|
Description
|
FlatFileItemReader should not mandate two-phase string-to-item mapping (tokenization + fieldset mapping). Instead it should pass the string and line number to LineMapper which will be responsible for creating a domain object (i.e. LineMapper<T> { T mapLine(String line, int lineNumber)}. Combination LineTokenizer + FieldSetMapper can be used in the default implementation.
Once the change is implemented ResourceLineReader is expected to become redundant. |
Show » |
|