Uses of Interface
io.quarkus.arc.InjectableInterceptor
-
Packages that use InjectableInterceptor Package Description io.quarkus.arc.impl -
-
Uses of InjectableInterceptor in io.quarkus.arc.impl
Classes in io.quarkus.arc.impl that implement InjectableInterceptor Modifier and Type Class Description classInitializedInterceptor<T>Methods in io.quarkus.arc.impl that return types with arguments of type InjectableInterceptor Modifier and Type Method Description List<InjectableInterceptor<?>>ArcContainerImpl. getInterceptors()Methods in io.quarkus.arc.impl with parameters of type InjectableInterceptor Modifier and Type Method Description static InterceptorInvocationInterceptorInvocation. aroundConstruct(InjectableInterceptor<?> interceptor, Object interceptorInstance)static InterceptorInvocationInterceptorInvocation. aroundInvoke(InjectableInterceptor<?> interceptor, Object interceptorInstance)static <I> InitializedInterceptor<I>InitializedInterceptor. of(I interceptorInstance, InjectableInterceptor<I> delegate)static InterceptorInvocationInterceptorInvocation. postConstruct(InjectableInterceptor<?> interceptor, Object interceptorInstance)static InterceptorInvocationInterceptorInvocation. preDestroy(InjectableInterceptor<?> interceptor, Object interceptorInstance)
-