public class TupleFieldExtractor extends java.lang.Object implements org.springframework.batch.item.file.transform.FieldExtractor<Tuple>
FieldExtractor that extracts fields from a Tuple. There are two options for the
 extraction:
 
 | Constructor and Description | 
|---|
TupleFieldExtractor()  | 
public java.lang.Object[] extract(Tuple item)
extract in interface org.springframework.batch.item.file.transform.FieldExtractor<Tuple>public void setNames(java.util.List<java.lang.String> names)
names - ordered list of field names