Interface InterceptionInvoker<T>
- Type Parameters:
T- type of the result of the invocation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Invocation of an element that has parameters, and may throw checked exceptions.
This type is used to handle intercepted methods, constructors, and field injections.
-
Method Summary
-
Method Details
-
invoke
-