Uses of Class
com.bytedesk.core.black.BlackExcel
Packages that use BlackExcel
-
Uses of BlackExcel in com.bytedesk.core.black
Methods in com.bytedesk.core.black that return BlackExcelModifier and TypeMethodDescriptionBlackRestService.convertToExcel
(BlackEntity entity) static BlackExcel
BlackConverter.toExcel
(BlackEntity response) 将BlackResponse对象转换为BlackExcel对象Methods in com.bytedesk.core.black that return types with arguments of type BlackExcelModifier and TypeMethodDescriptionstatic List<BlackExcel>
BlackConverter.toExcelList
(List<BlackEntity> responseList) 批量将BlackResponse对象转换为BlackExcel对象