Package io.quarkus.arc.runtime
Class InterceptorBindings
java.lang.Object
io.quarkus.arc.runtime.InterceptorBindings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<AbstractAnnotationLiteral>getInterceptorBindingLiterals(jakarta.interceptor.InvocationContext invocationContext) This method is just a convenience for getting a hold ofAbstractAnnotationLiteral.static Set<Annotation>getInterceptorBindings(jakarta.interceptor.InvocationContext invocationContext)
-
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 ofAbstractAnnotationLiteral. See the Javadoc of the class for an explanation of the reasons it might be usedAnnotation.
-