Uses of Class
nl.bstoi.poiparser.core.strategy.CellDescriptor
-
Packages that use CellDescriptor Package Description nl.bstoi.poiparser.api nl.bstoi.poiparser.core.strategy nl.bstoi.poiparser.core.strategy.annotation -
-
Uses of CellDescriptor in nl.bstoi.poiparser.api
Methods in nl.bstoi.poiparser.api that return types with arguments of type CellDescriptor Modifier and Type Method Description java.util.Set<CellDescriptor>ClassDescriber. getCellDescriptorsForClass(java.lang.Class clazz) -
Uses of CellDescriptor in nl.bstoi.poiparser.core.strategy
Methods in nl.bstoi.poiparser.core.strategy that return types with arguments of type CellDescriptor Modifier and Type Method Description java.util.Set<CellDescriptor>AbstractReadPoiParser. getCellDescriptors()java.util.Set<CellDescriptor>ReadPoiParserFactory. getCellDescriptors()Methods in nl.bstoi.poiparser.core.strategy with parameters of type CellDescriptor Modifier and Type Method Description protected voidAbstractReadPoiParser. readField(java.lang.String sheetName, org.apache.poi.ss.usermodel.Row row, T rowDimension, CellDescriptor cellDescriptor)protected voidAbstractWritePoiParser. writeDataCell(org.apache.poi.ss.usermodel.Row row, java.lang.Object cellValue, CellDescriptor cellDescriptor)protected voidAbstractWritePoiParser. writeHeaderCell(java.lang.String sheetName, org.apache.poi.ss.usermodel.Row headerRow, CellDescriptor sheetCellDescriptor)Method parameters in nl.bstoi.poiparser.core.strategy with type arguments of type CellDescriptor Modifier and Type Method Description protected voidAbstractWritePoiParser. writeDataRow(org.apache.poi.ss.usermodel.Sheet sheet, int index, java.lang.Object value, java.util.Set<CellDescriptor> sheetCellDescriptors)protected voidAbstractWritePoiParser. writeDataRows(org.apache.poi.ss.usermodel.Sheet sheet, TypedList<?> values, java.util.Set<CellDescriptor> sheetCellDescriptors)protected voidAbstractWritePoiParser. writeHeaderRow(org.apache.poi.ss.usermodel.Sheet sheet, java.util.Set<CellDescriptor> sheetCellDescriptors)protected voidAbstractWritePoiParser. writeSheet(java.lang.String sheetName, TypedList<?> values, java.util.Set<CellDescriptor> sheetCellDescriptors)Constructor parameters in nl.bstoi.poiparser.core.strategy with type arguments of type CellDescriptor Constructor Description AbstractReadPoiParser(java.util.Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<T> clazz) -
Uses of CellDescriptor in nl.bstoi.poiparser.core.strategy.annotation
Methods in nl.bstoi.poiparser.core.strategy.annotation that return types with arguments of type CellDescriptor Modifier and Type Method Description java.util.Set<CellDescriptor>AnnotatedReadPoiParserFactory. getCellDescriptors()Get active cell descriptorsjava.util.Set<CellDescriptor>AnnotatedClassDescriber. getCellDescriptorsForClass(java.lang.Class clazz)Method parameters in nl.bstoi.poiparser.core.strategy.annotation with type arguments of type CellDescriptor Modifier and Type Method Description voidAnnotatedReadPoiParserFactory. setOverrideCellDescriptors(java.util.Set<CellDescriptor> overrideCellDescriptors)Constructor parameters in nl.bstoi.poiparser.core.strategy.annotation with type arguments of type CellDescriptor Constructor Description AnnotatedReadPoiParser(java.util.Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<T> clazz)
-