public class BeanMapUtils extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BeanMapUtils.EasyExcelNamingPolicy |
| 构造器和说明 |
|---|
BeanMapUtils() |
public static org.springframework.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 © 2023. All rights reserved.