Uses of Class
com.caucho.config.inject.ProducesMethodBean

Packages that use ProducesMethodBean
com.caucho.config.extension   
com.caucho.config.inject   
 

Uses of ProducesMethodBean in com.caucho.config.extension
 

Methods in com.caucho.config.extension with parameters of type ProducesMethodBean
<T,X> Bean<X>
ExtensionManager.processProducerMethod(ProducesMethodBean<T,X> bean)
           
 

Constructors in com.caucho.config.extension with parameters of type ProducesMethodBean
ProcessProducerMethodImpl(InjectManager manager, ProducesMethodBean<X,T> bean)
           
 

Uses of ProducesMethodBean in com.caucho.config.inject
 

Methods in com.caucho.config.inject that return ProducesMethodBean
static
<X,T> ProducesMethodBean<X,T>
ProducesMethodBean.create(InjectManager manager, Bean<X> producer, AnnotatedMethod<? super X> producesMethod, Arg<? super X>[] producesArgs, AnnotatedMethod<? super X> disposesMethod, Arg<? super X>[] disposesArgs)
           
 

Methods in com.caucho.config.inject with parameters of type ProducesMethodBean
<X,T> void
InjectManager.addProducesBean(ProducesMethodBean<X,T> bean)