org.archiviststoolkit.util
Class ATBeanUtils

java.lang.Object
  extended by org.archiviststoolkit.util.ATBeanUtils

public class ATBeanUtils
extends java.lang.Object


Constructor Summary
ATBeanUtils()
           
 
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
 

Constructor Detail

ATBeanUtils

public ATBeanUtils()
Method Detail

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