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 Summary

    Modifier and Type
    Method
    Description
    create(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager)
    Create a new instance of the interceptor
  • Method Details

    • create

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