Uses of Interface
nl.bstoi.poiparser.core.strategy.util.TypedList
-
Packages that use TypedList Package Description nl.bstoi.poiparser.core.strategy nl.bstoi.poiparser.core.strategy.annotation nl.bstoi.poiparser.core.strategy.util -
-
Uses of TypedList in nl.bstoi.poiparser.core.strategy
Methods in nl.bstoi.poiparser.core.strategy with parameters of type TypedList Modifier and Type Method Description protected voidAbstractWritePoiParser. writeDataRows(org.apache.poi.ss.usermodel.Sheet sheet, TypedList<?> values, java.util.Set<CellDescriptor> sheetCellDescriptors)protected voidAbstractWritePoiParser. writeSheet(java.lang.String sheetName, TypedList<?> values, java.util.Set<CellDescriptor> sheetCellDescriptors)Method parameters in nl.bstoi.poiparser.core.strategy with type arguments of type TypedList Modifier and Type Method Description voidWritePoiParser. write(java.util.Map<java.lang.String,TypedList<?>> sheetDataset) -
Uses of TypedList in nl.bstoi.poiparser.core.strategy.annotation
Method parameters in nl.bstoi.poiparser.core.strategy.annotation with type arguments of type TypedList Modifier and Type Method Description voidAnnotatedWritePoiParser. write(java.util.Map<java.lang.String,TypedList<?>> sheetDataset) -
Uses of TypedList in nl.bstoi.poiparser.core.strategy.util
Classes in nl.bstoi.poiparser.core.strategy.util that implement TypedList Modifier and Type Class Description classTypedArrayList<T>Hylke Stapersma hylke.stapersma@gmail.com
-