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

All Known Implementing Classes:
BeanWrapperFieldSetMapper, PassThroughFieldSetMapper

public interface FieldSetMapper

Interface that is used to map data obtained from a file into an object.

Author:
tomas.slanina, Dave Syer

Method Summary
 Object mapLine(FieldSet fs)
          Method used to map data obtained from a file into an object.
 

Method Detail

mapLine

Object mapLine(FieldSet fs)
Method used to map data obtained from a file into an object.



Copyright © 2008 SpringSource. All Rights Reserved.