olg.csv.bean
Interface IBeanProcessor<B>

Package class diagram package IBeanProcessor
Type Parameters:
B - dedicated bean the processor products
All Known Implementing Classes:
BeanProcessor

public interface IBeanProcessor<B>

In reading process, product beans from rows.


Method Summary
 B transform(Row line)
          Returns a new bean built from the given row.
 

Method Detail

transform

B transform(Row line)
            throws ParseException
Returns a new bean built from the given row.

Parameters:
line - list of String
Returns:
null if Row Argument is null or this transformer has no property transformer
Throws:
ParseException - if an error occurs during parsing String into Bean.


Copyright © 2014. All Rights Reserved.