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