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

Packages that use org.springframework.batch.item.file.mapping
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.file.mapping Infrastructure implementations of io file support mapping concerns. 
org.springframework.batch.item.file.transform Infrastructure implementations of io file support transform concerns. 
 

Classes in org.springframework.batch.item.file.mapping used by org.springframework.batch.item.file
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.
 

Classes in org.springframework.batch.item.file.mapping used by org.springframework.batch.item.file.mapping
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.
 

Classes in org.springframework.batch.item.file.mapping used by org.springframework.batch.item.file.transform
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
 



Copyright © 2009 SpringSource. All Rights Reserved.