Uses of Interface
io.quarkus.arc.InjectableInterceptor
Packages that use InjectableInterceptor
-
Uses of InjectableInterceptor in io.quarkus.arc.impl
Classes in io.quarkus.arc.impl that implement InjectableInterceptorMethods in io.quarkus.arc.impl that return types with arguments of type InjectableInterceptorMethods in io.quarkus.arc.impl with parameters of type InjectableInterceptorModifier and TypeMethodDescriptionstatic 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)