Package io.quarkus.arc.processor
Class InterceptorResolver
java.lang.Object
io.quarkus.arc.processor.InterceptorResolver
-
Method Details
-
resolve
public List<InterceptorInfo> resolve(jakarta.enterprise.inject.spi.InterceptionType interceptionType, Set<org.jboss.jandex.AnnotationInstance> bindings) - Parameters:
interceptionType-bindings-- Returns:
- the list of interceptors for a set of interceptor bindings and a type of interception
-