public static interface ExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T>
Modifier and Type | Interface and Description |
---|---|
static interface |
ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall |
Modifier and Type | Method and Description |
---|---|
T |
apply(InvocationInterceptor interceptor,
InvocationInterceptor.Invocation<T> invocation,
ReflectiveInvocationContext<E> invocationContext,
ExtensionContext extensionContext) |
static ExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void> |
ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call) |
T apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext) throws java.lang.Throwable
java.lang.Throwable
static ExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void> ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)