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

Infrastructure implementations of io file support mapping concerns.

See:
          Description

Interface Summary
FieldSet Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
FieldSetCreator Strategy interface for mapping between arbitrary objects and FieldSet.
FieldSetMapper Interface that is used to map data obtained from a FieldSet into an object.
 

Class Summary
BeanWrapperFieldSetMapper FieldSetMapper implementation based on bean property paths.
DefaultFieldSet Default implementation of FieldSet using Java using Java primitive and standard types and utilities.
PassThroughFieldSetMapper Pass through FieldSetMapper useful for passing a FieldSet back directly rather than a mapped object.
 

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.