| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.bean.copier |
Bean拷贝实现,包括拷贝选项等
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> BeanCopier<T> |
BeanCopier.of(Object source,
T target,
CopyOptions copyOptions)
创建BeanCopier
|
static <T> BeanCopier<T> |
BeanCopier.of(Object source,
T target,
Type destType,
CopyOptions copyOptions)
创建BeanCopier
|
Copyright © 2024. All rights reserved.