Liferay 6.0.5

com.liferay.portal.kernel.util
Class ReflectionUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.ReflectionUtil

public class ReflectionUtil
extends Object


Constructor Summary
ReflectionUtil()
           
 
Method Summary
static Field getDeclaredField(Class<?> classObj, String name)
           
static Method getDeclaredMethod(Class<?> classObj, String name, Class<?>... parameterTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtil

public ReflectionUtil()
Method Detail

getDeclaredField

public static Field getDeclaredField(Class<?> classObj,
                                     String name)
                              throws Exception
Throws:
Exception

getDeclaredMethod

public static Method getDeclaredMethod(Class<?> classObj,
                                       String name,
                                       Class<?>... parameterTypes)
                                throws Exception
Throws:
Exception

Liferay 6.0.5