org.seasar.doma.internal.util
クラス MethodUtil

java.lang.Object
  上位を拡張 org.seasar.doma.internal.util.MethodUtil

public final class MethodUtil
extends Object

作成者:
taedium

コンストラクタの概要
MethodUtil()
           
 
メソッドの概要
static Method getMethod(Class<?> clazz, String name, Class<?>... parameterTypes)
           
static
<T> T
invoke(Method method, Object target, Object... params)
           
 
クラス 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.