Package org.springframework.batch.item.file.mapping

Infrastructure implementations of io file support mapping concerns.

See:
          Description

Interface Summary
FieldSetMapper<T> Interface that is used to map data obtained from a FieldSet into an object.
 

Class Summary
BeanWrapperFieldSetMapper<T> FieldSetMapper implementation based on bean property paths.
DefaultLineMapper<T> Two-phase LineMapper implementation consisting of tokenization of the line into FieldSet followed by mapping to item.
PassThroughFieldSetMapper Pass through FieldSetMapper useful for passing a FieldSet back directly rather than a mapped object.
PassThroughLineMapper Pass through LineMapper useful for passing the original String back directly rather than a mapped object.
PatternMatchingCompositeLineMapper<T> A LineMapper implementation that stores a mapping of String patterns to delegate LineTokenizers as well as a mapping of String patterns to delegate FieldSetMappers.
 

Exception Summary
BindingException  
 

Package org.springframework.batch.item.file.mapping Description

Infrastructure implementations of io file support mapping concerns.



Copyright © 2009 SpringSource. All Rights Reserved.