Package org.jboss.weld.bean.interceptor
Class InterceptorBindingsAdapter
java.lang.Object
org.jboss.weld.bean.interceptor.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<jakarta.enterprise.inject.spi.Interceptor<?>>List<jakarta.enterprise.inject.spi.Interceptor<?>>getLifecycleInterceptors(jakarta.enterprise.inject.spi.InterceptionType interceptionType) List<jakarta.enterprise.inject.spi.Interceptor<?>>getMethodInterceptors(jakarta.enterprise.inject.spi.InterceptionType interceptionType, Method method)
-
Constructor Details
-
InterceptorBindingsAdapter
-
-
Method Details
-
getAllInterceptors
- Specified by:
getAllInterceptorsin interfaceorg.jboss.weld.ejb.spi.InterceptorBindings
-
getMethodInterceptors
public List<jakarta.enterprise.inject.spi.Interceptor<?>> getMethodInterceptors(jakarta.enterprise.inject.spi.InterceptionType interceptionType, Method method) - Specified by:
getMethodInterceptorsin interfaceorg.jboss.weld.ejb.spi.InterceptorBindings
-
getLifecycleInterceptors
public List<jakarta.enterprise.inject.spi.Interceptor<?>> getLifecycleInterceptors(jakarta.enterprise.inject.spi.InterceptionType interceptionType) - Specified by:
getLifecycleInterceptorsin interfaceorg.jboss.weld.ejb.spi.InterceptorBindings
-