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

Packages that use FieldExtractor
org.springframework.batch.item.file.transform Infrastructure implementations of io file support transform concerns. 
org.springframework.batch.sample.domain.order.internal.extractor   
 

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

Classes in org.springframework.batch.item.file.transform that implement FieldExtractor
 class BeanWrapperFieldExtractor<T>
          This is a field extractor for a java bean.
 class PassThroughFieldExtractor<T>
          FieldExtractor that just returns the original item.
 

Methods in org.springframework.batch.item.file.transform with parameters of type FieldExtractor
 void ExtractorLineAggregator.setFieldExtractor(FieldExtractor<T> fieldExtractor)
          Public setter for the field extractor responsible for splitting an input object up into an array of objects.
 

Uses of FieldExtractor in org.springframework.batch.sample.domain.order.internal.extractor
 

Classes in org.springframework.batch.sample.domain.order.internal.extractor that implement FieldExtractor
 class AddressFieldExtractor
           
 class BillingInfoFieldExtractor
           
 class CustomerFieldExtractor
           
 class FooterFieldExtractor
           
 class HeaderFieldExtractor
           
 class LineItemFieldExtractor
           
 



Copyright © 2009 SpringSource. All Rights Reserved.