Class LoggableInterceptor

java.lang.Object
org.eclipse.microprofile.rest.client.tck.interfaces.LoggableInterceptor

@Interceptor @Priority(2000) public class LoggableInterceptor extends Object
  • Constructor Details

    • LoggableInterceptor

      public LoggableInterceptor()
  • Method Details

    • getInvocationMethod

      public static String getInvocationMethod()
    • getInvocationClass

      public static Class<?> getInvocationClass()
    • getResult

      public static Object getResult()
    • reset

      public static void reset()
    • logInvocation

      public Object logInvocation(jakarta.interceptor.InvocationContext ctx) throws Exception
      Throws:
      Exception