org.seasar.framework.util
クラス MethodUtil

java.lang.Object
  拡張org.seasar.framework.util.MethodUtil

public final class MethodUtil
extends Object

作成者:
higa

メソッドの概要
static String getSignature(String methodName, Class[] argTypes)
           
static String getSignature(String methodName, Object[] methodArgs)
           
static Object invoke(Method method, Object target, Object[] args)
           
static boolean isAbstract(Method method)
           
static boolean isEqualsMethod(Method method)
           
static boolean isHashCodeMethod(Method method)
           
static boolean isToStringMethod(Method method)
           
 
クラス 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.