Class InterceptorBindings

java.lang.Object
io.quarkus.arc.runtime.InterceptorBindings

public final class InterceptorBindings extends Object
See Also:
  • Constructor Details

    • InterceptorBindings

      public InterceptorBindings()
  • Method Details

    • getInterceptorBindings

      public static Set<Annotation> getInterceptorBindings(jakarta.interceptor.InvocationContext invocationContext)
    • getInterceptorBindingLiterals

      public static Set<AbstractAnnotationLiteral> getInterceptorBindingLiterals(jakarta.interceptor.InvocationContext invocationContext)
      This method is just a convenience for getting a hold of AbstractAnnotationLiteral. See the Javadoc of the class for an explanation of the reasons it might be used Annotation.