@FunctionalInterface public interface MethodWriterInterceptor
Modifier and Type | Method and Description |
---|---|
void |
intercept(Method method,
Object[] args,
BiConsumer<Method,Object[]> invoker) |
static MethodWriterInterceptor |
of(MethodWriterListener methodWriterListener) |
static MethodWriterInterceptor of(MethodWriterListener methodWriterListener)
void intercept(Method method, Object[] args, BiConsumer<Method,Object[]> invoker)
Copyright © 2019. All rights reserved.