Class AbstractExIn

    • Field Detail

      • sheet

        protected transient org.apache.poi.ss.usermodel.Sheet sheet
      • evaluator

        protected transient org.apache.poi.ss.usermodel.FormulaEvaluator evaluator
    • Constructor Detail

      • AbstractExIn

        public AbstractExIn​(org.apache.poi.ss.usermodel.Sheet sheet)
    • Method Detail

      • bind

        public ExIn bind​(org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)
        Specified by:
        bind in interface ExIn
      • logger

        protected io.vertx.up.log.Annal logger()
      • extractValue

        protected Object extractValue​(org.apache.poi.ss.usermodel.Cell dataCell,
                                      Class<?> type)
      • 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)