类 CustomerUpdateFieldSetMapper
- java.lang.Object
- org.springframework.batch.sample.domain.trade.CustomerUpdateFieldSetMapper
- 所有已实现的接口:
FieldSetMapper<CustomerUpdate>
public class CustomerUpdateFieldSetMapper extends java.lang.Object implements FieldSetMapper<CustomerUpdate>
FieldSetMapperfor mapping to aCustomerUpdate.- 作者:
- Lucas Ward
构造器概要
构造器 构造器 说明 CustomerUpdateFieldSetMapper()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CustomerUpdatemapFieldSet(FieldSet fs)Method used to map data obtained from aFieldSetinto an object.
构造器详细资料
CustomerUpdateFieldSetMapper
public CustomerUpdateFieldSetMapper()
方法详细资料
mapFieldSet
public CustomerUpdate mapFieldSet(FieldSet fs)
从接口复制的说明:FieldSetMapperMethod used to map data obtained from aFieldSetinto an object.- 指定者:
mapFieldSet在接口中FieldSetMapper<CustomerUpdate>- 参数:
fs- theFieldSetto map- 返回:
- the populated object