Uses of Interface
jakarta.enterprise.inject.spi.InterceptionFactory
-
Packages that use InterceptionFactory Package Description jakarta.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of InterceptionFactory in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return InterceptionFactory Modifier and Type Method Description <T> InterceptionFactory<T>
BeanManager. createInterceptionFactory(CreationalContext<T> ctx, java.lang.Class<T> clazz)
Create anInterceptionFactory
for the givenCreationalContext
and type.InterceptionFactory<T>
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)
.
-