Package net.anwiba.commons.reflection
Class ReflectionConstructorInvoker<C>
- java.lang.Object
-
- net.anwiba.commons.reflection.ReflectionConstructorInvoker<C>
-
public class ReflectionConstructorInvoker<C> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionConstructorInvoker(java.lang.Class<? extends C> clazz, java.lang.Class<?>... argumentTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cinvoke(java.lang.Object... arguments)
-
-
-
Constructor Detail
-
ReflectionConstructorInvoker
public ReflectionConstructorInvoker(java.lang.Class<? extends C> clazz, java.lang.Class<?>... argumentTypes)
-
-
Method Detail
-
invoke
public C invoke(java.lang.Object... arguments) throws java.lang.reflect.InvocationTargetException
- Throws:
java.lang.reflect.InvocationTargetException
-
-