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 javax.interceptor.InvocationContextInvocationContexts. aroundConstruct(Constructor<?> constructor, List<InterceptorInvocation> chain, Supplier<Object> aroundConstructForward, Set<Annotation> interceptorBindings)static ObjectInvocationContexts. performAroundInvoke(Object target, Method method, Function<javax.interceptor.InvocationContext,Object> aroundInvokeForward, Object[] args, List<InterceptorInvocation> chain, Set<Annotation> interceptorBindings)static javax.interceptor.InvocationContextInvocationContexts. postConstruct(Object target, List<InterceptorInvocation> chain, Set<Annotation> interceptorBindings)static javax.interceptor.InvocationContextInvocationContexts. preDestroy(Object target, List<InterceptorInvocation> chain, Set<Annotation> interceptorBindings)Constructor parameters in io.quarkus.arc.impl with type arguments of type InterceptorInvocation Constructor Description InterceptedMethodMetadata(List<InterceptorInvocation> chain, Method method, Set<Annotation> bindings)
-