- All Implemented Interfaces:
org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Date>
public class PoiDateGetter
extends Object
implements org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Date>
-
Constructor Summary
Constructors
-
Method Summary
get(org.apache.poi.ss.usermodel.Row target)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PoiDateGetter
public PoiDateGetter(int index)
-
Method Details
-
get
public Date get(org.apache.poi.ss.usermodel.Row target)
throws Exception
- Specified by:
get in interface org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Date>
- Throws:
Exception