org.springframework.batch.item.file.transform
Interface FieldExtractor<T>

All Known Implementing Classes:
BeanWrapperFieldExtractor, PassThroughFieldExtractor

public interface FieldExtractor<T>

This class will convert an object to an array of its parts.

Author:
Dave Syer

Method Summary
 Object[] extract(T item)
           
 

Method Detail

extract

Object[] extract(T item)
Parameters:
item -
Returns:
an array containing item's parts


Copyright © 2013 SpringSource. All Rights Reserved.