public static interface ExecutableInvoker.ReflectiveInterceptorCall<E extends Executable,T>
Modifier and Type | Interface | Description |
---|---|---|
static interface |
ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall |
Modifier and Type | Method | 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 © 2019. All rights reserved.