Uses of Interface
org.springframework.batch.item.file.mapping.FieldSetMapper

Packages that use FieldSetMapper
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. 
 

Uses of FieldSetMapper in org.springframework.batch.item.file
 

Methods in org.springframework.batch.item.file with parameters of type FieldSetMapper
 void FlatFileItemReader.setFieldSetMapper(FieldSetMapper fieldSetMapper)
          Set the FieldSetMapper to be used for each line.
 

Uses of FieldSetMapper in org.springframework.batch.item.file.mapping
 

Classes in org.springframework.batch.item.file.mapping that implement FieldSetMapper
 class BeanWrapperFieldSetMapper
          FieldSetMapper implementation based on bean property paths.
 class PassThroughFieldSetMapper
          Pass through FieldSetMapper useful for passing a FieldSet back directly rather than a mapped object.
 



Copyright © 2008 SpringSource. All Rights Reserved.