public class GameFieldSetMapper extends java.lang.Object implements FieldSetMapper<Game>
Constructor and Description |
---|
GameFieldSetMapper() |
Modifier and Type | Method and Description |
---|---|
Game |
mapFieldSet(FieldSet fs)
Method used to map data obtained from a
FieldSet into an object. |
public Game mapFieldSet(FieldSet fs)
FieldSetMapper
FieldSet
into an object.mapFieldSet
in interface FieldSetMapper<Game>
fs
- the FieldSet
to map