Interface FieldSetMapper<T>
- All Known Implementing Classes:
ArrayFieldSetMapper
,BeanWrapperFieldSetMapper
,PassThroughFieldSetMapper
,RecordFieldSetMapper
public interface FieldSetMapper<T>
Interface that is used to map data obtained from a
FieldSet
into an object.- Author:
- Tomas Slanina, Dave Syer
-
Method Summary
Modifier and TypeMethodDescriptionmapFieldSet
(FieldSet fieldSet) Method used to map data obtained from aFieldSet
into an object.