Interface FieldExtractor<T>
- All Known Implementing Classes:
BeanWrapperFieldExtractor
,PassThroughFieldExtractor
,RecordFieldExtractor
public interface FieldExtractor<T>
This class will convert an object to an array of its parts.
- Author:
- Dave Syer, Mahmoud Ben Hassine
-
Method Summary
-
Method Details
-
extract
- Parameters:
item
- the object that contains the information to be extracted.- Returns:
- an array containing item's parts
-