Uses of Class
io.quarkus.arc.processor.InterceptorInfo
-
Packages that use InterceptorInfo Package Description io.quarkus.arc.processor -
-
Uses of InterceptorInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type InterceptorInfo Modifier and Type Field Description static BuildExtension.Key<Collection<InterceptorInfo>>BuildExtension.Key. INTERCEPTORSstatic BuildExtension.Key<Collection<InterceptorInfo>>BuildExtension.Key. REMOVED_INTERCEPTORSMethods in io.quarkus.arc.processor that return types with arguments of type InterceptorInfo Modifier and Type Method Description List<InterceptorInfo>BeanInfo. getBoundInterceptors()Note that the interceptors are not available until the bean is fully initialized, i.e.Collection<InterceptorInfo>BeanDeployment. getInterceptors()List<InterceptorInfo>InterceptorResolver. resolve(jakarta.enterprise.inject.spi.InterceptionType interceptionType, Set<org.jboss.jandex.AnnotationInstance> bindings)Methods in io.quarkus.arc.processor with parameters of type InterceptorInfo Modifier and Type Method Description intInterceptorInfo. 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)
-