org.seasar.doma.internal.util
クラス ConstructorUtil
java.lang.Object
org.seasar.doma.internal.util.ConstructorUtil
public final class ConstructorUtil
- extends Object
- 作成者:
- taedium
クラス 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.