Class InterceptionFactoryImpl<T>

  • All Implemented Interfaces:
    javax.enterprise.inject.spi.InterceptionFactory<T>

    public class InterceptionFactoryImpl<T>
    extends Object
    implements javax.enterprise.inject.spi.InterceptionFactory<T>
    • Method Detail

      • ignoreFinalMethods

        public javax.enterprise.inject.spi.InterceptionFactory<T> ignoreFinalMethods()
        Specified by:
        ignoreFinalMethods in interface javax.enterprise.inject.spi.InterceptionFactory<T>
      • configure

        public javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<T> configure()
        Specified by:
        configure in interface javax.enterprise.inject.spi.InterceptionFactory<T>
      • createInterceptedInstance

        public T createInterceptedInstance​(T originalInstance)
        Specified by:
        createInterceptedInstance in interface javax.enterprise.inject.spi.InterceptionFactory<T>