Package org.jboss.weld.interceptor.proxy
Class CustomInterceptorInvocation<T>
java.lang.Object
org.jboss.weld.interceptor.proxy.CustomInterceptorInvocation<T>
- All Implemented Interfaces:
InterceptorInvocation
- Author:
- Marius Bogoevici
-
Constructor Summary
ConstructorsConstructorDescriptionCustomInterceptorInvocation(jakarta.enterprise.inject.spi.Interceptor<T> interceptorBeanInstance, T interceptorInstance, jakarta.enterprise.inject.spi.InterceptionType interceptionType) -
Method Summary
Modifier and TypeMethodDescriptionReturnsInterceptorMethodInvocationobjects representing interceptor methods to be invoked during an interceptor invocation.
-
Constructor Details
-
CustomInterceptorInvocation
-
-
Method Details
-
getInterceptorMethodInvocations
Description copied from interface:InterceptorInvocationReturnsInterceptorMethodInvocationobjects representing interceptor methods to be invoked during an interceptor invocation.Each of the
InterceptorMethodInvocationshould be invoked as part of the invocation chain. The methods should be invoked in the given order.- Specified by:
getInterceptorMethodInvocationsin interfaceInterceptorInvocation- Returns:
- interceptor method invocation list
-