org.stormcat.jvbeans.common.reflect
クラス MethodUtil
java.lang.Object
org.stormcat.jvbeans.common.reflect.MethodUtil
public class MethodUtil
- extends Object
- 作成者:
- a.yamada
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodUtil
protected MethodUtil()
getMethod
public static Method getMethod(Class<?> target,
String methodName,
Class<?>... parameters)
getDeclareMethod
public static Method getDeclareMethod(Class<?> target,
String methodName,
Class<?>... parameters)
invoke
public static <T> T invoke(Method method,
Object target,
Class<T> returnType,
Object... args)
Copyright © 2009-2011 The Stormcat Project AllRights Reserved.