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

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

public final class ConstructorUtil
extends Object

作成者:
taedium

コンストラクタの概要
ConstructorUtil()
           
 
メソッドの概要
static
<T> T
newInstance(Constructor<T> constructor, Object... params)
           
static String toSignature(Class<?> clazz, Class<?>[] paramTypes)
           
static String toSignature(Constructor<?> constructor)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConstructorUtil

public ConstructorUtil()
メソッドの詳細

newInstance

public static <T> T newInstance(Constructor<T> constructor,
                                Object... params)
                     throws WrapException
例外:
WrapException

toSignature

public static String toSignature(Constructor<?> constructor)

toSignature

public static String toSignature(Class<?> clazz,
                                 Class<?>[] paramTypes)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.