Class InterceptorBindingsAdapter

  • All Implemented Interfaces:
    org.jboss.weld.ejb.spi.InterceptorBindings

    public class InterceptorBindingsAdapter
    extends Object
    implements org.jboss.weld.ejb.spi.InterceptorBindings
    Author:
    Marius Bogoevici
    • Constructor Detail

      • InterceptorBindingsAdapter

        public InterceptorBindingsAdapter​(InterceptionModel interceptionModel)
    • Method Detail

      • getAllInterceptors

        public Collection<jakarta.enterprise.inject.spi.Interceptor<?>> getAllInterceptors()
        Specified by:
        getAllInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindings
      • getMethodInterceptors

        public List<jakarta.enterprise.inject.spi.Interceptor<?>> getMethodInterceptors​(jakarta.enterprise.inject.spi.InterceptionType interceptionType,
                                                                                        Method method)
        Specified by:
        getMethodInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindings
      • getLifecycleInterceptors

        public List<jakarta.enterprise.inject.spi.Interceptor<?>> getLifecycleInterceptors​(jakarta.enterprise.inject.spi.InterceptionType interceptionType)
        Specified by:
        getLifecycleInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindings