mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
解决: BeanUtil.beanToMap(outer)只能解析第一层,如果想多层解析,考虑使用JSONUtil的bug; 生产环境,常见是要 解析多层,而不是 只解析第一层;
解决: BeanUtil.beanToMap(outer)只能解析第一层,如果想多层解析,考虑使用JSONUtil的bug; 生产环境,常见是要 解析多层,而不是 只解析第一层;