interface ConstructionProxy<T>
Constructor
for a class T
.Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Constructor<T> |
getConstructor()
Returns the injected constructor.
|
InjectionPoint |
getInjectionPoint()
Returns the injection point for this constructor.
|
T |
newInstance(java.lang.Object... arguments)
Constructs an instance of
T for the given arguments. |
T newInstance(java.lang.Object... arguments) throws java.lang.reflect.InvocationTargetException
T
for the given arguments.java.lang.reflect.InvocationTargetException
InjectionPoint getInjectionPoint()
java.lang.reflect.Constructor<T> getConstructor()