org.slim3.commons.util
Class MethodUtil
java.lang.Object
org.slim3.commons.util.MethodUtil
public final class MethodUtil
- extends Object
A utility class for Method
.
- Author:
- higa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invoke
public static Object invoke(Method method,
Object obj,
String... args)
- Invokes the method.
- Parameters:
method
- the methodobj
- the target objectargs
- the arguments
- Returns:
- the result
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.