Uses of Class
org.apache.webbeans.intercept.InterceptorResolutionService.ClassInterceptorBindings
Packages that use InterceptorResolutionService.ClassInterceptorBindings
-
Uses of InterceptorResolutionService.ClassInterceptorBindings in org.apache.webbeans.intercept
Constructors in org.apache.webbeans.intercept with parameters of type InterceptorResolutionService.ClassInterceptorBindingsModifierConstructorDescriptionBeanInterceptorInfo(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, InterceptorResolutionService.ClassInterceptorBindings classInterceptorBindings)