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