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 FieldSet into an object.

Author:
Tomas Slanina, Dave Syer

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

Method Detail

mapLine

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

Parameters:
fs - the FieldSet to map


Copyright © 2009 SpringSource. All Rights Reserved.