All Implemented Interfaces:
org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Byte >, org.simpleflatmapper.reflect.primitive.ByteGetter<org.apache.poi.ss.usermodel.Row>
public class PoiByteGetter
extends Object
implements org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Byte >, org.simpleflatmapper.reflect.primitive.ByteGetter<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)
byte
getByte (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
PoiByteGetter
public PoiByteGetter (int index)
Method Details
get
public Byte 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,Byte >
Throws:
Exception
getByte
public byte getByte (org.apache.poi.ss.usermodel.Row target)
throws Exception
Specified by:
getByte in interface org.simpleflatmapper.reflect.primitive.ByteGetter<org.apache.poi.ss.usermodel.Row>
Throws:
Exception