Uses of Interface
jakarta.enterprise.inject.spi.InterceptionFactory
-
Uses of InterceptionFactory in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescription<T> InterceptionFactory
<T> BeanManager.createInterceptionFactory
(CreationalContext<T> ctx, Class<T> clazz) Create anInterceptionFactory
for the givenCreationalContext
and type.InterceptionFactory.ignoreFinalMethods()
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation ofcreateInterceptedInstance(Object)
.