org.seasar.framework.util
クラス MethodUtil
java.lang.Object
org.seasar.framework.util.MethodUtil
- public final class MethodUtil
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invoke
public static Object invoke(Method method,
Object target,
Object[] args)
throws InstantiationRuntimeException,
IllegalAccessRuntimeException
- 例外:
InstantiationRuntimeException
IllegalAccessRuntimeException
isAbstract
public static boolean isAbstract(Method method)
getSignature
public static String getSignature(String methodName,
Class[] argTypes)
getSignature
public static String getSignature(String methodName,
Object[] methodArgs)
isEqualsMethod
public static boolean isEqualsMethod(Method method)
isHashCodeMethod
public static boolean isHashCodeMethod(Method method)
isToStringMethod
public static boolean isToStringMethod(Method method)
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.