oracle.jdevimpl.audit.util
Class Beans
java.lang.Object
  
oracle.jdevimpl.audit.util.Beans
public class Beans
- extends java.lang.Object
 
| 
Method Summary | 
static
 | 
copyProperties(T fromBean,
               T toBean)
 
            | 
static java.beans.PropertyDescriptor[] | 
getProperties(java.lang.Object bean)
 
            | 
static java.beans.PropertyDescriptor | 
getProperty(java.lang.Object bean,
            java.lang.String propertyName)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getProperties
public static java.beans.PropertyDescriptor[] getProperties(java.lang.Object bean)
                                                     throws java.beans.IntrospectionException
- Throws:
 java.beans.IntrospectionException
 
getProperty
public static java.beans.PropertyDescriptor getProperty(java.lang.Object bean,
                                                        java.lang.String propertyName)
                                                 throws java.beans.IntrospectionException
- Throws:
 java.beans.IntrospectionException
 
copyProperties
public static <T> void copyProperties(T fromBean,
                                      T toBean)
                           throws java.beans.IntrospectionException,
                                  java.lang.IllegalAccessException,
                                  java.lang.reflect.InvocationTargetException
- Throws:
 java.beans.IntrospectionException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
 
Copyright © 1997, 2011, Oracle. All rights reserved.