Interface JavaEEInterceptorBuilder
public interface JavaEEInterceptorBuilder
Provides an abstraction for invoking jakarta.interceptor callbacks and around invoke methods on a target instance.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRuntimeInterceptor(Object interceptor) createInvoker(Object targetInstance)
-
Method Details
-
createInvoker
- Throws:
Exception
-
addRuntimeInterceptor
-