Package org.jboss.weld.bean.interceptor
Class CdiInterceptorFactory<T>
java.lang.Object
org.jboss.weld.bean.interceptor.CdiInterceptorFactory<T>
- Type Parameters:
T- the type of the interceptor
- All Implemented Interfaces:
InterceptorFactory<T>
InterceptorFactory that obtains an interceptor instance using
BeanManagerImpl.
This factory is used for all Interceptor implementations.
- Author:
- Jozef Hartinger
-
Constructor Summary
ConstructorsConstructorDescriptionCdiInterceptorFactory(jakarta.enterprise.inject.spi.Interceptor<T> interceptor) -
Method Summary
-
Constructor Details
-
CdiInterceptorFactory
-
-
Method Details
-
create
Description copied from interface:InterceptorFactoryCreate a new instance of the interceptor- Specified by:
createin interfaceInterceptorFactory<T>- Returns:
-
getInterceptor
-
hashCode
public int hashCode() -
equals
-
toString
-