public class PassThroughFieldSetMapper extends java.lang.Object implements FieldSetMapper<FieldSet>
FieldSetMapper
useful for passing a FieldSet
back directly rather than a mapped object.Constructor and Description |
---|
PassThroughFieldSetMapper() |
Modifier and Type | Method and Description |
---|---|
FieldSet |
mapFieldSet(FieldSet fs)
Method used to map data obtained from a
FieldSet into an object. |
public FieldSet mapFieldSet(FieldSet fs)
FieldSetMapper
FieldSet
into an object.mapFieldSet
in interface FieldSetMapper<FieldSet>
fs
- the FieldSet
to map