public class MethodProducerFactory<P> extends BaseProducerFactory<P>
disposalMethod, parent, webBeansContext| Constructor and Description |
|---|
MethodProducerFactory(AnnotatedMethod<? super P> producerMethod,
Bean<P> parent,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<InjectionPoint> |
createInjectionPoints(Bean<?> bean) |
<T> Producer<T> |
createProducer(Bean<T> bean) |
Class<?> |
getReturnType() |
protected AnnotatedMember<? super P> |
producerType() |
defineDisposalMethod, getInjectionPointspublic MethodProducerFactory(AnnotatedMethod<? super P> producerMethod, Bean<P> parent, WebBeansContext webBeansContext)
protected AnnotatedMember<? super P> producerType()
producerType in class BaseProducerFactory<P>public Class<?> getReturnType()
protected Set<InjectionPoint> createInjectionPoints(Bean<?> bean)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.