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.
|
com.google.common.collect.ImmutableMap<java.lang.reflect.Method,java.util.List<org.aopalliance.intercept.MethodInterceptor>> |
getMethodInterceptors()
Returns the interceptors applied to each method, in order of invocation.
|
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.InvocationTargetExceptionInjectionPoint getInjectionPoint()
java.lang.reflect.Constructor<T> getConstructor()
com.google.common.collect.ImmutableMap<java.lang.reflect.Method,java.util.List<org.aopalliance.intercept.MethodInterceptor>> getMethodInterceptors()