Uses of Interface
org.springframework.batch.item.file.LineMapper

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

Methods in org.springframework.batch.item.file with parameters of type LineMapper
 void FlatFileItemReader.setLineMapper(LineMapper<T> lineMapper)
          Setter for line mapper.
 

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

Classes in org.springframework.batch.item.file.mapping that implement LineMapper
 class DefaultLineMapper<T>
          Two-phase LineMapper implementation consisting of tokenization of the line into FieldSet followed by mapping to item.
 class PassThroughLineMapper
          Pass through LineMapper useful for passing the original String back directly rather than a mapped object.
 class PatternMatchingCompositeLineMapper<T>
           A LineMapper implementation that stores a mapping of String patterns to delegate LineTokenizers as well as a mapping of String patterns to delegate FieldSetMappers.
 



Copyright © 2009 SpringSource. All Rights Reserved.