org.favabeans.base
Class BeanUtils
java.lang.Object
|
+--org.favabeans.base.BeanUtils
- public class BeanUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanUtils
public BeanUtils()
getPropertyDescriptors
public static PropertyDescriptor[] getPropertyDescriptors(Class clazz)
getPropertyDescriptor
public static PropertyDescriptor getPropertyDescriptor(Class clazz,
String propertyName)
getPropertyValue
public static Object getPropertyValue(Object bean,
PropertyDescriptor descriptor)
setPropertyValue
public static void setPropertyValue(Object bean,
PropertyDescriptor descriptor,
Object value)
getObjectWrapperClass
public static Class getObjectWrapperClass(Class clazz)
Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.