org.springframework.batch.sample.domain.order.internal.extractor
Class LineItemFieldExtractor
java.lang.Object
org.springframework.batch.sample.domain.order.internal.extractor.LineItemFieldExtractor
- All Implemented Interfaces:
- org.springframework.batch.item.file.transform.FieldExtractor<LineItem>
public class LineItemFieldExtractor
- extends Object
- implements org.springframework.batch.item.file.transform.FieldExtractor<LineItem>
- Since:
- 2.0.1
- Author:
- Dan Garrette
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineItemFieldExtractor
public LineItemFieldExtractor()
extract
public Object[] extract(LineItem item)
- Specified by:
extract in interface org.springframework.batch.item.file.transform.FieldExtractor<LineItem>
Copyright © 2013. All Rights Reserved.