Uses of Class
org.jboss.weld.bean.ProducerMethod
Packages that use ProducerMethod
-
Uses of ProducerMethod in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return ProducerMethodModifier and TypeMethodDescriptionstatic <X,T> ProducerMethod<X, T> ProducerMethod.of(jakarta.enterprise.inject.spi.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 ProducerMethodModifier and TypeMethodDescriptionSet<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 ProducerMethodModifier and TypeMethodDescriptionvoidBeanDeployerEnvironment.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 ProducerMethodModifier and TypeMethodDescriptionprotected static <T,X> void ProcessProducerMethodImpl.fire(BeanManagerImpl beanManager, ProducerMethod<T, X> bean)