org.exoplatform.services.xml.serialize
Class ReflectUtil

java.lang.Object
  extended by org.exoplatform.services.xml.serialize.ReflectUtil

public class ReflectUtil
extends java.lang.Object

Author : Nhu Dinh Thuan Email:nhudinhthuan@yahoo.com Apr 9, 2007


Constructor Summary
ReflectUtil()
           
 
Method Summary
 java.lang.reflect.Method getGetterMethod(java.lang.Class<?> clazz, java.lang.reflect.Field field)
           
 java.lang.reflect.Method getSetterMethod(java.lang.Class<?> clazz, java.lang.reflect.Field field)
           
 boolean isPrimitiveType(java.lang.Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectUtil

public ReflectUtil()
Method Detail

getSetterMethod

public java.lang.reflect.Method getSetterMethod(java.lang.Class<?> clazz,
                                                java.lang.reflect.Field field)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

getGetterMethod

public java.lang.reflect.Method getGetterMethod(java.lang.Class<?> clazz,
                                                java.lang.reflect.Field field)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

isPrimitiveType

public boolean isPrimitiveType(java.lang.Class<?> type)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.