public class BeanUtils extends Object
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyProperties(Object dest,
Object orig) |
static void |
copyPropertiesExt(Object target,
Object source)
JavaBean属性拷贝扩展方法 支持类型转换
|
public static void copyProperties(Object dest, Object orig) throws IllegalAccessException, InvocationTargetException
Copyright © 2017. All rights reserved.