Uses of Interface
org.camunda.bpm.dmn.xlsx.CellContentHandler
Packages that use CellContentHandler
-
Uses of CellContentHandler in org.camunda.bpm.dmn.xlsx
Classes in org.camunda.bpm.dmn.xlsx that implement CellContentHandlerModifier and TypeClassDescriptionclassclassclassclassFields in org.camunda.bpm.dmn.xlsx with type parameters of type CellContentHandlerModifier and TypeFieldDescriptionprotected final List<CellContentHandler>DmnConversionContext.cellContentHandlersprotected List<CellContentHandler>XlsxWorksheetContext.cellContentHandlersstatic final List<CellContentHandler>CellContentHandler.DEFAULT_HANDLERSMethods in org.camunda.bpm.dmn.xlsx that return types with arguments of type CellContentHandlerConstructor parameters in org.camunda.bpm.dmn.xlsx with type arguments of type CellContentHandlerModifierConstructorDescriptionDmnConversionContext(XlsxWorksheetContext worksheetContext, List<CellContentHandler> cellContentHandlers) -
Uses of CellContentHandler in org.camunda.bpm.dmn.xlsx.api
Methods in org.camunda.bpm.dmn.xlsx.api that return types with arguments of type CellContentHandlerModifier and TypeMethodDescriptionSpreadsheetAdapter.getCellContentHandlers(Spreadsheet spreadsheet) order is important; add most specific converters first