Class CustomerUpdateFieldSetMapper
- java.lang.Object
- org.springframework.batch.sample.domain.trade.CustomerUpdateFieldSetMapper
- All Implemented Interfaces:
FieldSetMapper<CustomerUpdate>
public class CustomerUpdateFieldSetMapper extends java.lang.Object implements FieldSetMapper<CustomerUpdate>
FieldSetMapperfor mapping to aCustomerUpdate.- Author:
- Lucas Ward
Constructor Summary
Constructors Constructor Description CustomerUpdateFieldSetMapper()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerUpdatemapFieldSet(FieldSet fs)Method used to map data obtained from aFieldSetinto an object.
Method Detail
mapFieldSet
public CustomerUpdate mapFieldSet(FieldSet fs)
Description copied from interface:FieldSetMapperMethod used to map data obtained from aFieldSetinto an object.- Specified by:
mapFieldSetin interfaceFieldSetMapper<CustomerUpdate>- Parameters:
fs- theFieldSetto map- Returns:
- the populated object