Package org.apache.webbeans.intercept
Class ConstructorInterceptorInvocationContext<T>
java.lang.Object
org.apache.webbeans.intercept.AbstractInvocationContext<T>
org.apache.webbeans.intercept.InterceptorInvocationContext<T>
org.apache.webbeans.intercept.ConstructorInterceptorInvocationContext<T>
- All Implemented Interfaces:
jakarta.interceptor.InvocationContext
-
Field Summary
FieldsFields inherited from class org.apache.webbeans.intercept.InterceptorInvocationContext
index, instances, interceptors, typeFields inherited from class org.apache.webbeans.intercept.AbstractInvocationContext
parameters, target -
Constructor Summary
ConstructorsConstructorDescriptionConstructorInterceptorInvocationContext(jakarta.inject.Provider<T> provider, List<jakarta.enterprise.inject.spi.Interceptor<?>> aroundConstructInterceptors, Map<jakarta.enterprise.inject.spi.Interceptor<?>, ?> interceptorInstances, Constructor<T> cons, Object[] parameters, Set<Annotation> interceptorBindings) -
Method Summary
Methods inherited from class org.apache.webbeans.intercept.InterceptorInvocationContext
proceedMethods inherited from class org.apache.webbeans.intercept.AbstractInvocationContext
getConstructor, getContextData, getInterceptorBindings, getMethod, getParameters, getTarget, getTimer, setParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.interceptor.InvocationContext
getInterceptorBinding, getInterceptorBindings
-
Field Details
-
newInstance
-
-
Constructor Details
-
ConstructorInterceptorInvocationContext
public ConstructorInterceptorInvocationContext(jakarta.inject.Provider<T> provider, List<jakarta.enterprise.inject.spi.Interceptor<?>> aroundConstructInterceptors, Map<jakarta.enterprise.inject.spi.Interceptor<?>, ?> interceptorInstances, Constructor<T> cons, Object[] parameters, Set<Annotation> interceptorBindings)
-
-
Method Details
-
getNewInstance
-
directProceed
- Overrides:
directProceedin classAbstractInvocationContext<T>- Throws:
Exception
-