Uses of Interface
javax.enterprise.inject.spi.InterceptionFactory
Packages that use InterceptionFactory
-
Uses of InterceptionFactory in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return InterceptionFactoryModifier and TypeMethodDescription<T> InterceptionFactory<T>BeanManager.createInterceptionFactory(CreationalContext<T> ctx, Class<T> clazz) Create anInterceptionFactoryfor the givenCreationalContextand 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).