public class ConstructorInterceptorInvocationContext<T> extends InterceptorInvocationContext<T>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
newInstance |
index, instances, interceptors, typeparameters, target| Constructor and Description |
|---|
ConstructorInterceptorInvocationContext(Provider<T> provider,
List<Interceptor<?>> aroundConstructInterceptors,
Map<Interceptor<?>,?> interceptorInstances,
Constructor<T> cons,
Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
directProceed() |
Object |
getNewInstance() |
proceedgetConstructor, getContextData, getMethod, getParameters, getTarget, getTimer, setParametersprotected Object newInstance
public ConstructorInterceptorInvocationContext(Provider<T> provider, List<Interceptor<?>> aroundConstructInterceptors, Map<Interceptor<?>,?> interceptorInstances, Constructor<T> cons, Object[] parameters)
public Object getNewInstance()
public Object directProceed() throws Exception
directProceed in class AbstractInvocationContext<T>ExceptionCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.