public class BeanUtils extends Object
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
cloneBeanObject(Object origin) |
static void |
copyBeanObject(Object origin,
Object target) |
static Object |
getBeanObjectInstance(Object bean) |
static void |
populateBeanObject(Object bean,
String beanPath,
Object value) |
static void |
populateObject(Object bean,
Object value,
String beanPath) |
public static void copyBeanObject(Object origin, Object target) throws IllegalAccessException, InvocationTargetException
public static Object cloneBeanObject(Object origin) throws IllegalAccessException, InvocationTargetException, InstantiationException, NoSuchMethodException
public static void populateBeanObject(Object bean, String beanPath, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
public static Object getBeanObjectInstance(Object bean) throws SecurityException, NoSuchMethodException, IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException
public static void populateObject(Object bean, Object value, String beanPath) throws IllegalAccessException, InvocationTargetException
Copyright © 2015. All rights reserved.