com.alibaba.excel.util
类 BeanMapUtils
- java.lang.Object
-
- com.alibaba.excel.util.BeanMapUtils
public class BeanMapUtils extends Object
bean utils- 作者:
- Jiaju Zhuang
-
嵌套类概要
嵌套类 限定符和类型 类和说明 static class
BeanMapUtils.EasyExcelNamingPolicy
构造器概要
构造器 构造器和说明 BeanMapUtils()
-
方法详细资料
create
public static net.sf.cglib.beans.BeanMap create(Object bean)
Helper method to create a newBeanMap
. For finer control over the generated instance, use a new instance ofBeanMap.Generator
instead of this static method. Custom naming policy to prevent null pointer exceptions. see: https://github.com/alibaba/easyexcel/issues/2064- 参数:
-
bean
- the JavaBean underlying the map - 返回:
-
a new
BeanMap
instance
Copyright © 2018–2021 Alibaba Group. All rights reserved.