Uses of Class
io.quarkus.arc.impl.InterceptorInvocation
-
Packages that use InterceptorInvocation Package Description io.quarkus.arc.impl -
-
Uses of InterceptorInvocation in io.quarkus.arc.impl
Fields in io.quarkus.arc.impl with type parameters of type InterceptorInvocation Modifier and Type Field Description List<InterceptorInvocation>InterceptedMethodMetadata. chainMethods in io.quarkus.arc.impl that return InterceptorInvocation Modifier and Type Method Description static 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 InterceptorInvocation Modifier and Type Method Description static 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 InterceptorInvocation Constructor Description InterceptedMethodMetadata(List<InterceptorInvocation> chain, Method method, Set<Annotation> bindings, BiFunction<Object,jakarta.interceptor.InvocationContext,Object> aroundInvokeForward)
-