Package com.bytedesk.core.black
Class BlackConverter
java.lang.Object
com.bytedesk.core.black.BlackConverter
BlackResponse与BlackExcel转换工具类
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlackExcel
toExcel
(BlackEntity response) 将BlackResponse对象转换为BlackExcel对象static List<BlackExcel>
toExcelList
(List<BlackEntity> responseList) 批量将BlackResponse对象转换为BlackExcel对象
-
Field Details
-
DATE_FORMATTER
-
-
Constructor Details
-
BlackConverter
public BlackConverter()
-
-
Method Details
-
toExcel
将BlackResponse对象转换为BlackExcel对象- Parameters:
response
- BlackResponse对象- Returns:
- BlackExcel对象
-
toExcelList
批量将BlackResponse对象转换为BlackExcel对象- Parameters:
responseList
- BlackResponse对象列表- Returns:
- BlackExcel对象列表
-