public class BeanUtils extends Object
BeanUtils()
static void
copyProperty(Object source, Object target, boolean ignoreNullValue)
static Field
getField(Object o, String name)
static Object
getProperty(Object o, String name)
setProperty(Object o, String name, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanUtils()
public static void copyProperty(Object source, Object target, boolean ignoreNullValue)
public static Field getField(Object o, String name)
public static void setProperty(Object o, String name, Object value) throws Exception
Exception
public static Object getProperty(Object o, String name) throws Exception
Copyright © 2023 lingkang. All rights reserved.