Uses of Class
io.quarkus.arc.processor.InterceptorInfo
Packages that use InterceptorInfo
-
Uses of InterceptorInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type InterceptorInfoModifier and TypeFieldDescriptionstatic final BuildExtension.Key<Collection<InterceptorInfo>> BuildExtension.Key.INTERCEPTORSstatic final BuildExtension.Key<Collection<InterceptorInfo>> BuildExtension.Key.REMOVED_INTERCEPTORSMethods in io.quarkus.arc.processor that return types with arguments of type InterceptorInfoModifier and TypeMethodDescriptionBeanInfo.getBoundInterceptors()Note that the interceptors are not available until the bean is fully initialized, i.e. they are available afterBeanProcessor.initialize(Consumer, List).BeanDeployment.getInterceptors()InterceptorResolver.resolve(jakarta.enterprise.inject.spi.InterceptionType interceptionType, Set<org.jboss.jandex.AnnotationInstance> bindings) Methods in io.quarkus.arc.processor with parameters of type InterceptorInfoModifier and TypeMethodDescriptionintInterceptorInfo.compareTo(InterceptorInfo other) protected voidInterceptorGenerator.generateGetBeanClass(io.quarkus.gizmo2.creator.ClassCreator cc, InterceptorInfo interceptor) protected voidInterceptorGenerator.generateIntercept(io.quarkus.gizmo2.creator.ClassCreator cc, InterceptorInfo interceptor, boolean isApplicationClass) protected voidInterceptorGenerator.generateIntercepts(io.quarkus.gizmo2.creator.ClassCreator cc, InterceptorInfo interceptor)