类 GameFieldSetMapper
- java.lang.Object
- org.springframework.batch.sample.domain.football.internal.GameFieldSetMapper
- 所有已实现的接口:
FieldSetMapper<Game>
public class GameFieldSetMapper extends java.lang.Object implements FieldSetMapper<Game>
构造器概要
构造器 构造器 说明 GameFieldSetMapper()
构造器详细资料
GameFieldSetMapper
public GameFieldSetMapper()
方法详细资料
mapFieldSet
public Game mapFieldSet(FieldSet fs)
从接口复制的说明:FieldSetMapperMethod used to map data obtained from aFieldSetinto an object.- 指定者:
mapFieldSet在接口中FieldSetMapper<Game>- 参数:
fs- theFieldSetto map- 返回:
- the populated object