Uses of Class
org.jboss.weld.bean.ProducerMethod
-
Packages that use ProducerMethod Package Description org.jboss.weld.bean org.jboss.weld.bootstrap org.jboss.weld.bootstrap.events -
-
Uses of ProducerMethod in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return ProducerMethod Modifier and Type Method Description static <X,T>
ProducerMethod<X,T>ProducerMethod. of(BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates a producer method Web Bean -
Uses of ProducerMethod in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type ProducerMethod Modifier and Type Method Description Set<ProducerMethod<?,?>>BeanDeployerEnvironment. getProducerMethod(Class<?> declaringClass, MethodSignature signature)Iterable<ProducerMethod<?,?>>BeanDeployerEnvironment. getProducerMethodBeans()protected Set<ProducerMethod<?,?>>SpecializedBeanResolver. resolveSpecializedBeans(ProducerMethod<?,?> bean)Methods in org.jboss.weld.bootstrap with parameters of type ProducerMethod Modifier and Type Method Description voidBeanDeployerEnvironment. addProducerMethod(ProducerMethod<?,?> bean)protected Set<ProducerMethod<?,?>>SpecializedBeanResolver. resolveSpecializedBeans(ProducerMethod<?,?> bean) -
Uses of ProducerMethod in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type ProducerMethod Modifier and Type Method Description protected static <T,X>
voidProcessProducerMethodImpl. fire(BeanManagerImpl beanManager, ProducerMethod<T,X> bean)
-