Package org.jboss.weld.injection
Class InterceptionFactoryImpl<T>
java.lang.Object
org.jboss.weld.injection.InterceptionFactoryImpl<T>
- Type Parameters:
T-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.InterceptionFactory<T>
public class InterceptionFactoryImpl<T>
extends Object
implements jakarta.enterprise.inject.spi.InterceptionFactory<T>
Instances of this class are not suitable for sharing between threads.
- Author:
- Martin Kouba
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<T>createInterceptedInstance(T instance) jakarta.enterprise.inject.spi.InterceptionFactory<T>static <F> InterceptionFactoryImpl<F>of(BeanManagerImpl beanManager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext, jakarta.enterprise.inject.spi.AnnotatedType<F> annotatedType)
-
Method Details
-
of
public static <F> InterceptionFactoryImpl<F> of(BeanManagerImpl beanManager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext, jakarta.enterprise.inject.spi.AnnotatedType<F> annotatedType) - Parameters:
beanManager-creationalContext-annotatedType-- Returns:
-
ignoreFinalMethods
- Specified by:
ignoreFinalMethodsin interfacejakarta.enterprise.inject.spi.InterceptionFactory<T>
-
configure
- Specified by:
configurein interfacejakarta.enterprise.inject.spi.InterceptionFactory<T>
-
createInterceptedInstance
- Specified by:
createInterceptedInstancein interfacejakarta.enterprise.inject.spi.InterceptionFactory<T>
-