BeanUtil的fillBeanWithMap方法(hutool工具类)
文档地址 https://plus.hutool.cn/apidocs/
fillBeanWithMap
public static
使用Map填充Bean对象
Type Parameters:
- T - Bean类型
Parameters:
- map - Map
- bean - Bean
- isIgnoreError - 是否忽略注入错误
Returns: Bean
文档地址 https://plus.hutool.cn/apidocs/
public static
使用Map填充Bean对象
Type Parameters:
Parameters:
Returns: Bean