public class BeanMapUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeanMapUtils.EasyExcelNamingPolicy |
| Constructor and Description |
|---|
BeanMapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.alibaba.excel.support.cglib.beans.BeanMap |
create(Object bean)
Helper method to create a new
BeanMap. |
public static com.alibaba.excel.support.cglib.beans.BeanMap create(Object bean)
BeanMap. For finer
control over the generated instance, use a new instance of
BeanMap.Generator instead of this static method.
Custom naming policy to prevent null pointer exceptions.
see: https://github.com/alibaba/easyexcel/issues/2064bean - the JavaBean underlying the mapBeanMap instanceCopyright © 2018–2024 Alibaba Group. All rights reserved.