Interface ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
-
- Enclosing interface:
- ExecutableInvoker.ReflectiveInterceptorCall<E extends Executable,T>
public static interface ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<Void> invocation, ReflectiveInvocationContext<Method> invocationContext, ExtensionContext extensionContext)
-
-
-
Method Detail
-
apply
void apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<Void> invocation, ReflectiveInvocationContext<Method> invocationContext, ExtensionContext extensionContext) throws Throwable
- Throws:
Throwable
-
-