@FunctionalInterface @Deprecated public interface MethodWriterInterceptor
Invoked around method writing allowing you to take action before or after method invocation, or even not to call the method
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(Method method,
Object[] args,
BiConsumer<Method,Object[]> invoker)
Deprecated.
|
static MethodWriterInterceptor |
of(MethodWriterListener methodWriterListener,
MethodWriterInterceptor interceptor)
Deprecated.
|
static MethodWriterInterceptor of(@Nullable MethodWriterListener methodWriterListener, @Nullable MethodWriterInterceptor interceptor)
void intercept(Method method, Object[] args, BiConsumer<Method,Object[]> invoker)
Copyright © 2019. All rights reserved.