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. 
 

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.
 



Copyright © 2013 SpringSource. All Rights Reserved.