com.alibaba.excel.util

类 BeanMapUtils


  • public class BeanMapUtils
    extends Object
    bean utils
    作者:
    Jiaju Zhuang
    • 构造器详细资料

      • BeanMapUtils

        public BeanMapUtils()
    • 方法详细资料

      • create

        public static net.sf.cglib.beans.BeanMap create(Object bean)
        Helper method to create a new 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/2064
        参数:
        bean - the JavaBean underlying the map
        返回:
        a new BeanMap instance

Copyright © 2018–2021 Alibaba Group. All rights reserved.