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