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(javax.inject.Provider<T> provider,
List<javax.enterprise.inject.spi.Interceptor<?>> aroundConstructInterceptors,
Map<javax.enterprise.inject.spi.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(javax.inject.Provider<T> provider, List<javax.enterprise.inject.spi.Interceptor<?>> aroundConstructInterceptors, Map<javax.enterprise.inject.spi.Interceptor<?>,?> interceptorInstances, Constructor<T> cons, Object[] parameters)
public Object getNewInstance()
public Object directProceed() throws Exception
directProceed in class AbstractInvocationContext<T>ExceptionCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.