| Interface | Description |
|---|---|
| InvocationTargetProvider |
Provides an invocation target object.
|
| MethodInterceptor |
Intercepts calls on an interface on its way to the target.
|
| MethodInvocation |
Description of an invocation to a method, given to an interceptor upon method-call.
|
| Class | Description |
|---|---|
| DefaultMethodInvokingInterceptor |
Invokes default interface methods.
|
| InvocationProxyFactory |
Factory to create invocation proxies.
|
Copyright © 2021 lettuce.io. All rights reserved.