Uses of Class
org.jboss.weld.bean.InterceptorImpl
Packages that use InterceptorImpl
-
Uses of InterceptorImpl in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return InterceptorImplModifier and TypeMethodDescriptionstatic <T> InterceptorImpl<T>InterceptorImpl.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager) -
Uses of InterceptorImpl in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type InterceptorImplModifier and TypeMethodDescriptionSet<InterceptorImpl<?>>BeanDeployerEnvironment.getInterceptors()Methods in org.jboss.weld.bootstrap with parameters of type InterceptorImplModifier and TypeMethodDescriptionvoidBeanDeployerEnvironment.addInterceptor(InterceptorImpl<?> bean)