Uses of Class
nl.bstoi.poiparser.core.strategy.CellDescriptor
Packages that use CellDescriptor
Package
Description
-
Uses of CellDescriptor in nl.bstoi.poiparser.api
Methods in nl.bstoi.poiparser.api that return types with arguments of type CellDescriptor -
Uses of CellDescriptor in nl.bstoi.poiparser.core.strategy
Methods in nl.bstoi.poiparser.core.strategy that return types with arguments of type CellDescriptorModifier and TypeMethodDescriptionAbstractReadPoiParser.getCellDescriptors()ReadPoiParserFactory.getCellDescriptors()Methods in nl.bstoi.poiparser.core.strategy with parameters of type CellDescriptorModifier and TypeMethodDescriptionprotected 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 CellDescriptorModifier and TypeMethodDescriptionprotected 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 CellDescriptorModifierConstructorDescriptionAbstractReadPoiParser(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 CellDescriptorModifier and TypeMethodDescriptionAnnotatedReadPoiParserFactory.getCellDescriptors()Get active cell descriptorsAnnotatedClassDescriber.getCellDescriptorsForClass(Class clazz) Method parameters in nl.bstoi.poiparser.core.strategy.annotation with type arguments of type CellDescriptorModifier and TypeMethodDescriptionvoidAnnotatedReadPoiParserFactory.setOverrideCellDescriptors(Set<CellDescriptor> overrideCellDescriptors) Constructor parameters in nl.bstoi.poiparser.core.strategy.annotation with type arguments of type CellDescriptorModifierConstructorDescriptionAnnotatedReadPoiParser(Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, Class<T> clazz)