Uses of Interface
org.springframework.batch.item.file.transform.FieldSetFactory

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

Uses of FieldSetFactory in org.springframework.batch.item.file.transform
 

Classes in org.springframework.batch.item.file.transform that implement FieldSetFactory
 class DefaultFieldSetFactory
          Default implementation of FieldSetFactory with no special knowledge of the FieldSet required.
 

Methods in org.springframework.batch.item.file.transform with parameters of type FieldSetFactory
 void AbstractLineTokenizer.setFieldSetFactory(FieldSetFactory fieldSetFactory)
          Factory for FieldSet instances.
 



Copyright © 2009 SpringSource. All Rights Reserved.