public class BeanMapUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeanMapUtils.FastExcelNamingPolicy |
| Constructor and Description |
|---|
BeanMapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static cn.idev.excel.support.cglib.beans.BeanMap |
create(Object bean)
Helper method to create a new
BeanMap. |
public static cn.idev.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.bean - the JavaBean underlying the mapBeanMap instanceCopyright © 2024–2025 fast-excel. All rights reserved.