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

Packages that use FieldSetCreator
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 FieldSetCreator in org.springframework.batch.item.file
 

Methods in org.springframework.batch.item.file with parameters of type FieldSetCreator
 void FlatFileItemWriter.setFieldSetCreator(FieldSetCreator fieldSetCreator)
          Public setter for the FieldSetCreator.
 

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

Classes in org.springframework.batch.item.file.mapping that implement FieldSetCreator
 class PassThroughFieldSetMapper
          Pass through FieldSetMapper useful for passing a FieldSet back directly rather than a mapped object.
 



Copyright © 2009 SpringSource. All Rights Reserved.