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> T getBean​(java.lang.Class<T> type)
    Gets bean.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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