org.archiviststoolkit.util
Class ATBeanUtils
java.lang.Object
   org.archiviststoolkit.util.ATBeanUtils
org.archiviststoolkit.util.ATBeanUtils
- public class ATBeanUtils 
- extends java.lang.Object
 
| Method Summary | 
| static java.lang.Class | getPropertyType(java.lang.Class clazz,
                java.lang.String propertyName)
 | 
| static java.lang.reflect.Method | getReadMethod(java.lang.Class clazz,
              java.lang.String propertyName)
 | 
| static java.lang.reflect.Method | getWriteMethod(java.lang.Class clazz,
               java.lang.String propertyName)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ATBeanUtils
public ATBeanUtils()
getPropertyType
public static java.lang.Class getPropertyType(java.lang.Class clazz,
                                              java.lang.String propertyName)
                                       throws java.beans.IntrospectionException
- 
- Throws:
- java.beans.IntrospectionException
 
getReadMethod
public static java.lang.reflect.Method getReadMethod(java.lang.Class clazz,
                                                     java.lang.String propertyName)
                                              throws java.beans.IntrospectionException
- 
- Throws:
- java.beans.IntrospectionException
 
getWriteMethod
public static java.lang.reflect.Method getWriteMethod(java.lang.Class clazz,
                                                      java.lang.String propertyName)
                                               throws java.beans.IntrospectionException
- 
- Throws:
- java.beans.IntrospectionException