public static interface ExecutableInvoker.ReflectiveInterceptorCall<E extends 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<Method,Void> |
ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call) |
T apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext) throws Throwable
Throwable
static ExecutableInvoker.ReflectiveInterceptorCall<Method,Void> ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
Copyright © 2020. All rights reserved.