Uses of Enum Class
icu.easyj.core.util.ObjectUtils.CloneMode
Packages that use ObjectUtils.CloneMode
-
Uses of ObjectUtils.CloneMode in icu.easyj.core.util
Methods in icu.easyj.core.util that return ObjectUtils.CloneModeModifier and TypeMethodDescriptionstatic ObjectUtils.CloneModeReturns the enum constant of this class with the specified name.static ObjectUtils.CloneMode[]ObjectUtils.CloneMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in icu.easyj.core.util with parameters of type ObjectUtils.CloneModeModifier and TypeMethodDescriptionstatic <T> TObjectUtils.mergeData(T target, Map<String, Object> data, ObjectUtils.CloneMode cloneMode) 合并数据到目标对象中