Uses of Class
org.apache.webbeans.component.SelfInterceptorBean
-
Packages that use SelfInterceptorBean Package Description org.apache.webbeans.component.creation org.apache.webbeans.intercept -
-
Uses of SelfInterceptorBean in org.apache.webbeans.component.creation
Methods in org.apache.webbeans.component.creation that return SelfInterceptorBean Modifier and Type Method Description protected SelfInterceptorBean<T>SelfInterceptorBeanBuilder. createBean(Class<T> beanClass, boolean enabled, Map<jakarta.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods) -
Uses of SelfInterceptorBean in org.apache.webbeans.intercept
Methods in org.apache.webbeans.intercept that return SelfInterceptorBean Modifier and Type Method Description SelfInterceptorBean<?>InterceptorResolutionService.BeanInterceptorInfo. getSelfInterceptorBean()Constructors in org.apache.webbeans.intercept with parameters of type SelfInterceptorBean Constructor Description BeanInterceptorInfo(List<jakarta.enterprise.inject.spi.Decorator<?>> decorators, LinkedHashSet<jakarta.enterprise.inject.spi.Interceptor<?>> ejbInterceptors, List<jakarta.enterprise.inject.spi.Interceptor<?>> cdiInterceptors, List<jakarta.enterprise.inject.spi.Interceptor<?>> constructorCdiInterceptors, SelfInterceptorBean<?> selfInterceptorBean, Map<Constructor<?>,InterceptorResolutionService.BusinessMethodInterceptorInfo> constructorInterceptorInfos, Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> businessMethodsInfo, List<Method> nonInterceptedMethods, Map<jakarta.enterprise.inject.spi.InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> lifecycleMethodInterceptorInfos, List<jakarta.enterprise.inject.spi.Interceptor<?>> classCdiInterceptors)
-