org.seasar.doma.internal.util
クラス MethodUtil
java.lang.Object
org.seasar.doma.internal.util.MethodUtil
public final class MethodUtil
- extends Object
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodUtil
public MethodUtil()
invoke
public static <T> T invoke(Method method,
Object target,
Object... params)
throws WrapException
- 例外:
WrapException
getMethod
public static Method getMethod(Class<?> clazz,
String name,
Class<?>... parameterTypes)
throws WrapException
- 例外:
WrapException
Copyright © 2009 The Seasar Foundation. All Rights Reserved.