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