| Package | Description |
|---|---|
| icu.easyj.core.util |
| Modifier and Type | Method and Description |
|---|---|
static ObjectUtils.CloneMode |
ObjectUtils.CloneMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectUtils.CloneMode[] |
ObjectUtils.CloneMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ObjectUtils.mergeData(T target,
Map<String,Object> data,
ObjectUtils.CloneMode cloneMode)
合并数据到目标对象中
|
Copyright © 2021–2022 EasyJ????. All rights reserved.