org.jvnet.annox.util
Class ReflectionUtils
java.lang.Object
org.jvnet.annox.util.ReflectionUtils
public class ReflectionUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtils
public ReflectionUtils()
getConstructor
public static Constructor<?> getConstructor(Class<?> theClass,
Class[] parameterTypes)
throws NoSuchMethodException
- Throws:
NoSuchMethodException
getMethod
public static Method getMethod(Class<?> theClass,
String methodName,
Class<?>[] parameterTypes)
throws NoSuchMethodException
- Throws:
NoSuchMethodException
getField
public static Field getField(Class<?> theClass,
String fieldName)
throws NoSuchFieldException
- Throws:
NoSuchFieldException
Copyright © 2006-2011 Highsource. All Rights Reserved.