Package io.quarkus.arc.processor
Class InterceptorResolver
- java.lang.Object
-
- io.quarkus.arc.processor.InterceptorResolver
-
public final class InterceptorResolver extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InterceptorInfo>resolve(jakarta.enterprise.inject.spi.InterceptionType interceptionType, Set<org.jboss.jandex.AnnotationInstance> bindings)
-
-
-
Method Detail
-
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
-
-