Uses of Interface
com.pig4cloud.plugin.excel.head.HeadGenerator
-
Packages that use HeadGenerator Package Description com.pig4cloud.plugin.excel.annotation com.pig4cloud.plugin.excel.handler -
-
Uses of HeadGenerator in com.pig4cloud.plugin.excel.annotation
Methods in com.pig4cloud.plugin.excel.annotation that return types with arguments of type HeadGenerator Modifier and Type Method Description java.lang.Class<? extends HeadGenerator>headGenerateClass()头生成器java.lang.Class<? extends HeadGenerator>headGenerator()自定义Excel头生成器 -
Uses of HeadGenerator in com.pig4cloud.plugin.excel.handler
Method parameters in com.pig4cloud.plugin.excel.handler with type arguments of type HeadGenerator Modifier and Type Method Description private booleanAbstractSheetWriteHandler. isNotInterface(java.lang.Class<? extends HeadGenerator> headGeneratorClass)是否为Null Head Generator
-