public class LineItemFieldExtractor extends java.lang.Object implements FieldExtractor<LineItem>
| Constructor and Description |
|---|
LineItemFieldExtractor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
extract(LineItem item) |
public java.lang.Object[] extract(LineItem item)
extract in interface FieldExtractor<LineItem>item - the object that contains the the information to be extracted.