Uses of Class
org.jboss.weld.bean.InterceptorImpl
-
Packages that use InterceptorImpl Package Description org.jboss.weld.bean org.jboss.weld.bootstrap -
-
Uses of InterceptorImpl in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return InterceptorImpl Modifier and Type Method Description static <T> InterceptorImpl<T>InterceptorImpl. of(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 InterceptorImpl Modifier and Type Method Description Set<InterceptorImpl<?>>BeanDeployerEnvironment. getInterceptors()Methods in org.jboss.weld.bootstrap with parameters of type InterceptorImpl Modifier and Type Method Description voidBeanDeployerEnvironment. addInterceptor(InterceptorImpl<?> bean)
-