T - 目标Bean类型public class ValueProviderToBeanCopier<T> extends AbsCopier<ValueProvider<String>,T>
ValueProvider属性拷贝到Bean中的拷贝器copyOptions, source, target| Constructor and Description |
|---|
ValueProviderToBeanCopier(ValueProvider<String> source,
T target,
Type targetType,
CopyOptions copyOptions)
构造
|
| Modifier and Type | Method and Description |
|---|---|
T |
copy()
执行拷贝
|
getBeanDescpublic ValueProviderToBeanCopier(ValueProvider<String> source, T target, Type targetType, CopyOptions copyOptions)
source - 来源Maptarget - 目标Bean对象targetType - 目标泛型类型copyOptions - 拷贝选项Copyright © 2025. All rights reserved.