org.springframework.batch.item.file.mapping
Interface FieldSetMapper<T>

All Known Implementing Classes:
AddressFieldSetMapper, AggregateItemFieldSetMapper, BeanWrapperFieldSetMapper, BillingFieldSetMapper, CustomerCreditFieldSetMapper, CustomerFieldSetMapper, CustomerUpdateFieldSetMapper, GameFieldSetMapper, HeaderFieldSetMapper, OrderItemFieldSetMapper, PassThroughFieldSetMapper, PlayerFieldSetMapper, ShippingFieldSetMapper, TradeFieldSetMapper

public interface FieldSetMapper<T>

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

Author:
Tomas Slanina, Dave Syer

Method Summary
 T mapFieldSet(FieldSet fieldSet)
          Method used to map data obtained from a FieldSet into an object.
 

Method Detail

mapFieldSet

T mapFieldSet(FieldSet fieldSet)
Method used to map data obtained from a FieldSet into an object.

Parameters:
fieldSet - the FieldSet to map


Copyright © 2009 SpringSource. All Rights Reserved.