Package com.poiji.config
Interface Casting
-
- All Known Implementing Classes:
DefaultCasting
public interface CastingA casting interface to build a custom poiji configuration. Created by hakan on 22/01/2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcastValue(Field fieldType, String value, int row, int column, PoijiOptions options)
-
-
-
Method Detail
-
castValue
Object castValue(Field fieldType, String value, int row, int column, PoijiOptions options)
-
-