@FunctionalInterface public interface DryRunInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object id,
TypeContext context,
Object proxy,
Method method,
Object[] args,
DryRun dryRunHandler)
Callback when fluent api method is invoked.
|
Object invoke(Object id, TypeContext context, Object proxy, Method method, Object[] args, DryRun dryRunHandler)
id - The unique identifier object of the whole fluent API system.context - Type context providing collected type parameters.proxy - Proxy, on which the method was invoked.method - Invoked method.args - Parameters passed to the method.dryRunHandler - Default handler of the call (the DryRun one).Copyright © 2021. All rights reserved.