Class ExcelBeanUtil
java.lang.Object
com.github.cla9.excel.reader.util.ExcelBeanUtil
public class ExcelBeanUtil
extends java.lang.Object
The type Excel bean util.
-
Constructor Summary
Constructors Constructor Description ExcelBeanUtil() -
Method Summary
Modifier and Type Method Description static <T> TgetBean(java.lang.Class<T> type)Gets bean.
-
Constructor Details
-
ExcelBeanUtil
public ExcelBeanUtil()
-
-
Method Details
-
getBean
public static <T> T getBean(java.lang.Class<T> type)Gets bean.- Type Parameters:
T- the type parameter- Parameters:
type- the type- Returns:
- the bean
-