Class CdiInterceptorFactory<T>

  • Type Parameters:
    T - the type of the interceptor
    All Implemented Interfaces:
    InterceptorFactory<T>

    public class CdiInterceptorFactory<T>
    extends Object
    implements InterceptorFactory<T>
    InterceptorFactory that obtains an interceptor instance using BeanManagerImpl.

    This factory is used for all Interceptor implementations.

    Author:
    Jozef Hartinger
    • Constructor Detail

      • CdiInterceptorFactory

        public CdiInterceptorFactory​(jakarta.enterprise.inject.spi.Interceptor<T> interceptor)
    • Method Detail

      • getInterceptor

        public jakarta.enterprise.inject.spi.Interceptor<T> getInterceptor()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object