Uses of Interface
com.pig4cloud.plugin.excel.handler.SheetWriteHandler
-
Packages that use SheetWriteHandler Package Description com.pig4cloud.plugin.excel com.pig4cloud.plugin.excel.aop com.pig4cloud.plugin.excel.handler -
-
Uses of SheetWriteHandler in com.pig4cloud.plugin.excel
Method parameters in com.pig4cloud.plugin.excel with type arguments of type SheetWriteHandler Modifier and Type Method Description ResponseExcelReturnValueHandlerExcelHandlerConfiguration. responseExcelReturnValueHandler(java.util.List<SheetWriteHandler> sheetWriteHandlerList)返回Excel文件的 response 处理器 -
Uses of SheetWriteHandler in com.pig4cloud.plugin.excel.aop
Fields in com.pig4cloud.plugin.excel.aop with type parameters of type SheetWriteHandler Modifier and Type Field Description private java.util.List<SheetWriteHandler>ResponseExcelReturnValueHandler. sheetWriteHandlerList -
Uses of SheetWriteHandler in com.pig4cloud.plugin.excel.handler
Classes in com.pig4cloud.plugin.excel.handler that implement SheetWriteHandler Modifier and Type Class Description classAbstractSheetWriteHandlerclassManySheetWriteHandlerclassSingleSheetWriteHandler
-