Uses of Class
nl.bstoi.poiparser.core.strategy.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 Set<CellDescriptor>ClassDescriber. getCellDescriptorsForClass(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 Set<CellDescriptor>AbstractReadPoiParser. getCellDescriptors()Set<CellDescriptor>ReadPoiParserFactory. getCellDescriptors()Methods in nl.bstoi.poiparser.core.strategy with parameters of type CellDescriptor Modifier and Type Method Description protected voidAbstractReadPoiParser. readField(String sheetName, org.apache.poi.ss.usermodel.Row row, T rowDimension, CellDescriptor cellDescriptor)protected voidAbstractWritePoiParser. writeDataCell(org.apache.poi.ss.usermodel.Row row, Object cellValue, CellDescriptor cellDescriptor)protected voidAbstractWritePoiParser. writeHeaderCell(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, Object value, Set<CellDescriptor> sheetCellDescriptors)protected voidAbstractWritePoiParser. writeDataRows(org.apache.poi.ss.usermodel.Sheet sheet, TypedList<?> values, Set<CellDescriptor> sheetCellDescriptors)protected voidAbstractWritePoiParser. writeHeaderRow(org.apache.poi.ss.usermodel.Sheet sheet, Set<CellDescriptor> sheetCellDescriptors)protected voidAbstractWritePoiParser. writeSheet(String sheetName, TypedList<?> values, Set<CellDescriptor> sheetCellDescriptors)Constructor parameters in nl.bstoi.poiparser.core.strategy with type arguments of type CellDescriptor Constructor Description AbstractReadPoiParser(Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, 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 Set<CellDescriptor>AnnotatedReadPoiParserFactory. getCellDescriptors()Get active cell descriptorsSet<CellDescriptor>AnnotatedClassDescriber. getCellDescriptorsForClass(Class clazz)Method parameters in nl.bstoi.poiparser.core.strategy.annotation with type arguments of type CellDescriptor Modifier and Type Method Description voidAnnotatedReadPoiParserFactory. setOverrideCellDescriptors(Set<CellDescriptor> overrideCellDescriptors)Constructor parameters in nl.bstoi.poiparser.core.strategy.annotation with type arguments of type CellDescriptor Constructor Description AnnotatedReadPoiParser(Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, Class<T> clazz)