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

Packages that use FieldSetMapper
org.springframework.batch.item.file.mapping Infrastructure implementations of io file support mapping concerns. 
 

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

Classes in org.springframework.batch.item.file.mapping that implement FieldSetMapper
 class ArrayFieldSetMapper
          A basic array mapper, returning the values backing a fieldset.
 class BeanWrapperFieldSetMapper<T>
          FieldSetMapper implementation based on bean property paths.
 class PassThroughFieldSetMapper
          Pass through FieldSetMapper useful for passing a FieldSet back directly rather than a mapped object.
 

Methods in org.springframework.batch.item.file.mapping with parameters of type FieldSetMapper
 void DefaultLineMapper.setFieldSetMapper(FieldSetMapper<T> fieldSetMapper)
           
 

Method parameters in org.springframework.batch.item.file.mapping with type arguments of type FieldSetMapper
 void PatternMatchingCompositeLineMapper.setFieldSetMappers(Map<String,FieldSetMapper<T>> fieldSetMappers)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.