Package io.vertx.tp.plugin.excel.ranger
Class AbstractExIn
- java.lang.Object
-
- io.vertx.tp.plugin.excel.ranger.AbstractExIn
-
-
Constructor Summary
Constructors Constructor Description AbstractExIn(org.apache.poi.ss.usermodel.Sheet sheet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExInbind(org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)protected BiConsumer<org.apache.poi.ss.usermodel.Cell,io.vertx.up.commune.element.TypeAtom>cellConsumer(ConcurrentMap<String,io.vertx.core.json.JsonObject> rowMap, String field)protected voidextractComplex(ConcurrentMap<String,io.vertx.core.json.JsonArray> complexMap, ConcurrentMap<String,io.vertx.core.json.JsonObject> rowMap)protected ObjectextractValue(org.apache.poi.ss.usermodel.Cell dataCell, Class<?> type)protected io.vertx.up.log.Annallogger()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertx.tp.plugin.excel.ranger.ExIn
applyData, applyTable
-
-
-
-
Method Detail
-
bind
public ExIn bind(org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)
-
logger
protected io.vertx.up.log.Annal logger()
-
extractValue
protected Object extractValue(org.apache.poi.ss.usermodel.Cell dataCell, Class<?> type)
-
extractComplex
protected void extractComplex(ConcurrentMap<String,io.vertx.core.json.JsonArray> complexMap, ConcurrentMap<String,io.vertx.core.json.JsonObject> rowMap)
-
cellConsumer
protected BiConsumer<org.apache.poi.ss.usermodel.Cell,io.vertx.up.commune.element.TypeAtom> cellConsumer(ConcurrentMap<String,io.vertx.core.json.JsonObject> rowMap, String field)
-
-