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.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 io.quarkus.gizmo.MethodCreatorInterceptorGenerator.createConstructor(io.quarkus.gizmo.ClassOutput classOutput, io.quarkus.gizmo.ClassCreator creator, InterceptorInfo interceptor, Map<InjectionPointInfo, String> injectionPointToProviderField, io.quarkus.gizmo.FieldDescriptor bindings, ReflectionRegistration reflectionRegistration, boolean isApplicationClass, io.quarkus.arc.processor.BeanGenerator.ProviderType providerType) protected voidInterceptorGenerator.implementGetBeanClass(InterceptorInfo interceptor, io.quarkus.gizmo.ClassCreator beanCreator) protected voidInterceptorGenerator.implementGetPriority(io.quarkus.gizmo.ClassCreator creator, InterceptorInfo interceptor) protected voidInterceptorGenerator.implementIntercept(io.quarkus.gizmo.ClassCreator creator, InterceptorInfo interceptor, io.quarkus.arc.processor.BeanGenerator.ProviderType providerType, ReflectionRegistration reflectionRegistration, boolean isApplicationClass) protected voidInterceptorGenerator.implementIntercepts(io.quarkus.gizmo.ClassCreator creator, InterceptorInfo interceptor)