- Enclosing class:
- MockInterceptor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
invoke(jakarta.interceptor.InvocationContext invocationContext,
Bean<?> interceptedBean)
-
Method Details
-
invoke
Object invoke(jakarta.interceptor.InvocationContext invocationContext,
Bean<?> interceptedBean)
throws Exception
- Parameters:
invocationContext -
interceptedBean - May be null
- Returns:
- the result
- Throws:
Exception