Package | Description |
---|---|
cn.hutool.core.bean.copier |
Bean拷贝实现,包括拷贝选项等
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2024. All rights reserved.