- All Implemented Interfaces:
org.simpleflatmapper.map.getter.ContextualGetter<CsvRow,P>
public class CustomReaderGetter<P>
extends Object
implements org.simpleflatmapper.map.getter.ContextualGetter<CsvRow,P>
-
Constructor Summary
Constructors
-
Method Summary
get(CsvRow target,
org.simpleflatmapper.converter.Context context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
get
public P get(CsvRow target,
org.simpleflatmapper.converter.Context context)
throws Exception
- Specified by:
get in interface org.simpleflatmapper.map.getter.ContextualGetter<CsvRow,P>
- Throws:
Exception