Uses of Class
io.quarkus.arc.impl.InterceptorInvocation
Packages that use InterceptorInvocation
-
Uses of InterceptorInvocation in io.quarkus.arc.impl
Fields in io.quarkus.arc.impl with type parameters of type InterceptorInvocationModifier and TypeFieldDescriptionfinal List<InterceptorInvocation>InterceptedMethodMetadata.chainMethods in io.quarkus.arc.impl that return InterceptorInvocationModifier and TypeMethodDescriptionstatic InterceptorInvocationInterceptorInvocation.aroundConstruct(InjectableInterceptor<?> interceptor, Object interceptorInstance) static InterceptorInvocationInterceptorInvocation.aroundInvoke(InjectableInterceptor<?> interceptor, Object interceptorInstance) static InterceptorInvocationInterceptorInvocation.postConstruct(InjectableInterceptor<?> interceptor, Object interceptorInstance) static InterceptorInvocationInterceptorInvocation.preDestroy(InjectableInterceptor<?> interceptor, Object interceptorInstance) Method parameters in io.quarkus.arc.impl with type arguments of type InterceptorInvocationModifier and TypeMethodDescriptionstatic jakarta.interceptor.InvocationContextInvocationContexts.aroundConstruct(Constructor<?> constructor, Object[] parameters, List<InterceptorInvocation> chain, Function<Object[], Object> forward, Set<Annotation> interceptorBindings) static jakarta.interceptor.InvocationContextInvocationContexts.postConstruct(Object target, List<InterceptorInvocation> chain, Set<Annotation> interceptorBindings, Runnable forward) static jakarta.interceptor.InvocationContextInvocationContexts.preDestroy(Object target, List<InterceptorInvocation> chain, Set<Annotation> interceptorBindings, Runnable forward) Constructor parameters in io.quarkus.arc.impl with type arguments of type InterceptorInvocationModifierConstructorDescriptionInterceptedMethodMetadata(List<InterceptorInvocation> chain, Method method, Set<Annotation> bindings, BiFunction<Object, jakarta.interceptor.InvocationContext, Object> aroundInvokeForward)