Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
- Enclosing interface:
InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends Executable, T extends @Nullable Object>
public static interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<Void> invocation, ReflectiveInvocationContext<Method> invocationContext, ExtensionContext extensionContext)
-
Method Details
-
apply
void apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<Void> invocation, ReflectiveInvocationContext<Method> invocationContext, ExtensionContext extensionContext) throws Throwable - Throws:
Throwable
-