Uses of Interface
org.jboss.weld.interceptor.proxy.InterceptorMethodInvocation
Packages that use InterceptorMethodInvocation
-
Uses of InterceptorMethodInvocation in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy that return types with arguments of type InterceptorMethodInvocationModifier and TypeMethodDescriptionInterceptionContext.buildInterceptorMethodInvocations(Object instance, Method method, InterceptionType interceptionType) InterceptionContext.buildInterceptorMethodInvocationsForConstructorInterception()CustomInterceptorInvocation.getInterceptorMethodInvocations()InterceptorInvocation.getInterceptorMethodInvocations()ReturnsInterceptorMethodInvocationobjects representing interceptor methods to be invoked during an interceptor invocation.Constructor parameters in org.jboss.weld.interceptor.proxy with type arguments of type InterceptorMethodInvocationModifierConstructorDescriptionWeldInvocationContextImpl(jakarta.interceptor.InvocationContext delegate, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings, CombinedInterceptorAndDecoratorStackMethodHandler currentHandler) WeldInvocationContextImpl(Object target, Method targetMethod, Method proceed, Object[] parameters, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings, InterceptionDecorationContext.Stack stack) WeldInvocationContextImpl(Constructor<?> constructor, Object[] parameters, Map<String, Object> contextData, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings)