Uses of Interface
com.poiji.bind.Unmarshaller
-
Packages that use Unmarshaller Package Description com.poiji.bind.mapping -
-
Uses of Unmarshaller in com.poiji.bind.mapping
Classes in com.poiji.bind.mapping that implement Unmarshaller Modifier and Type Class Description classSheetUnmarshallerCreated by hakan on 11.10.2020Methods in com.poiji.bind.mapping that return Unmarshaller Modifier and Type Method Description static UnmarshallerUnmarshallerHelper. hssfInstance(PoijiFile<?> poijiFile, PoijiOptions options)static UnmarshallerUnmarshallerHelper. hssfInstance(PoijiInputStream<?> poijiInputStream, PoijiOptions options)static UnmarshallerUnmarshallerHelper. sheetInstance(org.apache.poi.ss.usermodel.Sheet sheet, PoijiOptions options)static UnmarshallerUnmarshallerHelper. xssfInstance(PoijiFile<?> poijiFile, PoijiOptions options)static UnmarshallerUnmarshallerHelper. xssfInstance(PoijiInputStream<?> poijiInputStream, PoijiOptions options)
-