java.lang.Object
org.seasar.doma.internal.util.ConstructorUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateSignature(Class<?> clazz, Class<?>[] paramTypes) static StringcreateSignature(Constructor<?> constructor) static <T> TnewInstance(Constructor<T> constructor, Object... params)
-
Constructor Details
-
ConstructorUtil
public ConstructorUtil()
-
-
Method Details
-
newInstance
- Throws:
WrapException
-
createSignature
-
createSignature
-