Class QuarkusRestPathTemplateInterceptor

java.lang.Object
io.quarkus.resteasy.runtime.QuarkusRestPathTemplateInterceptor

@Interceptor @Priority(1010) public class QuarkusRestPathTemplateInterceptor extends Object
  • Field Details

  • Constructor Details

    • QuarkusRestPathTemplateInterceptor

      public QuarkusRestPathTemplateInterceptor()
  • Method Details

    • restMethodInvoke

      Object restMethodInvoke(jakarta.interceptor.InvocationContext context) throws Exception
      Throws:
      Exception
    • getAnnotation

      static QuarkusRestPathTemplate getAnnotation(jakarta.interceptor.InvocationContext context)