Interface InterceptorFactory<T>

  • Type Parameters:
    T - the type of the interceptor class
    All Known Implementing Classes:
    CdiInterceptorFactory, PlainInterceptorFactory

    public interface InterceptorFactory<T>
    Produces instances of interceptor classes.
    Author:
    Jozef Hartinger
    • Method Detail

      • create

        T create​(jakarta.enterprise.context.spi.CreationalContext<T> ctx,
                 BeanManagerImpl manager)
        Create a new instance of the interceptor
        Parameters:
        ctx -
        manager -
        Returns: