org.apache.openejb.util.reflection
Class Reflections
java.lang.Object
org.apache.openejb.util.reflection.Reflections
public final class Reflections
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invokeByReflection
public static Object invokeByReflection(Object obj,
String mtdName,
Class<?>[] paramTypes,
Object[] args)
set
public static void set(Object instance,
String field,
Object value)
get
public static Object get(Object instance,
String field)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.